|
Motr
M0
|

Go to the source code of this file.
Data Structures | |
| struct | m0_be_io_sched_cfg |
| struct | m0_be_io_sched |
Macros | |
| #define | __MOTR_BE_IO_SCHED_H__ |
Functions | |
| M0_INTERNAL int | m0_be_io_sched_init (struct m0_be_io_sched *sched, struct m0_be_io_sched_cfg *cfg) |
| M0_INTERNAL void | m0_be_io_sched_fini (struct m0_be_io_sched *sched) |
| M0_INTERNAL void | m0_be_io_sched_lock (struct m0_be_io_sched *sched) |
| M0_INTERNAL void | m0_be_io_sched_unlock (struct m0_be_io_sched *sched) |
| M0_INTERNAL bool | m0_be_io_sched_is_locked (struct m0_be_io_sched *sched) |
| M0_INTERNAL void | m0_be_io_sched_add (struct m0_be_io_sched *sched, struct m0_be_io *io, struct m0_ext *ext, struct m0_be_op *op) |
| #define __MOTR_BE_IO_SCHED_H__ |
Definition at line 26 of file io_sched.h.