HomeSort by relevance Sort by last modified time
    Searched refs:iodepth_batch_complete (Results 1 - 6 of 6) sorted by null

  /external/fio/
thread_options.h 52 unsigned int iodepth_batch_complete; member in struct:thread_options
279 uint32_t iodepth_batch_complete; member in struct:thread_options_pack
cconv.c 81 o->iodepth_batch_complete = le32_to_cpu(top->iodepth_batch_complete);
285 top->iodepth_batch_complete = cpu_to_le32(o->iodepth_batch_complete);
backend.c 593 if (full || !td->o.iodepth_batch_complete) {
594 min_events = min(td->o.iodepth_batch_complete,
860 if (full || !td->o.iodepth_batch_complete) {
861 min_evts = min(td->o.iodepth_batch_complete,
    [all...]
io_u.c     [all...]
options.c 1569 .name = "iodepth_batch_complete",
1572 .off1 = td_var_offset(iodepth_batch_complete),
    [all...]
  /external/fio/engines/
libaio.c 124 unsigned actual_min = td->o.iodepth_batch_complete == 0 ? 0 : min;

Completed in 37 milliseconds