|
Motr
M0
|

Data Fields | |
| int | st_io_nr |
| int | st_sched_add_nr |
| struct m0_stob * | st_stob |
| uint64_t | st_data |
| uint64_t | st_seed |
| struct be_ut_io_sched_io_state * | st_states |
| int | st_states_nr |
| struct m0_atomic64 * | st_states_pos |
| struct m0_be_io * | st_io |
| struct m0_be_op * | st_op |
| struct m0_be_io ** | st_io_ready |
| struct m0_be_op ** | st_op_ready |
| struct m0_atomic64 | st_io_ready_pos_add |
| struct m0_atomic64 | st_io_ready_pos_del |
| struct m0_semaphore | st_io_ready_sem |
| struct m0_atomic64 * | st_ext_index |
Definition at line 72 of file io_sched.c.
| uint64_t st_data |
Definition at line 80 of file io_sched.c.
| struct m0_atomic64* st_ext_index |
Definition at line 109 of file io_sched.c.
| struct m0_be_io* st_io |
Definition at line 91 of file io_sched.c.
| int st_io_nr |
Definition at line 74 of file io_sched.c.
| struct m0_be_io** st_io_ready |
Definition at line 95 of file io_sched.c.
| struct m0_atomic64 st_io_ready_pos_add |
Definition at line 105 of file io_sched.c.
| struct m0_atomic64 st_io_ready_pos_del |
Definition at line 107 of file io_sched.c.
| struct m0_semaphore st_io_ready_sem |
Definition at line 108 of file io_sched.c.
| struct m0_be_op* st_op |
Definition at line 93 of file io_sched.c.
| struct m0_be_op** st_op_ready |
Definition at line 97 of file io_sched.c.
| int st_sched_add_nr |
Definition at line 76 of file io_sched.c.
| uint64_t st_seed |
Definition at line 82 of file io_sched.c.
| struct be_ut_io_sched_io_state* st_states |
Definition at line 84 of file io_sched.c.
| int st_states_nr |
Definition at line 86 of file io_sched.c.
| struct m0_atomic64* st_states_pos |
Definition at line 88 of file io_sched.c.
| struct m0_stob* st_stob |
Definition at line 78 of file io_sched.c.