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 56 unsigned int iodepth_batch_complete; member in struct:thread_options
285 uint32_t iodepth_batch_complete; member in struct:thread_options_pack
cconv.c 84 o->iodepth_batch_complete = le32_to_cpu(top->iodepth_batch_complete);
292 top->iodepth_batch_complete = cpu_to_le32(o->iodepth_batch_complete);
backend.c 431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth);
632 if (full || !td->o.iodepth_batch_complete)
914 if (full || !td->o.iodepth_batch_complete)
    [all...]
io_u.c     [all...]
options.c 1584 .name = "iodepth_batch_complete",
1587 .off1 = td_var_offset(iodepth_batch_complete),
    [all...]
  /external/fio/engines/
libaio.c 148 unsigned actual_min = td->o.iodepth_batch_complete == 0 ? 0 : min;

Completed in 248 milliseconds