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

  /external/fio/
thread_options.h 51 unsigned int iodepth_batch; member in struct:thread_options
278 uint32_t iodepth_batch; member in struct:thread_options_pack
cconv.c 80 o->iodepth_batch = le32_to_cpu(top->iodepth_batch);
284 top->iodepth_batch = cpu_to_le32(o->iodepth_batch);
ioengines.c 342 if (td->io_u_queued >= td->o.iodepth_batch) {
init.c 568 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch)
569 o->iodepth_batch = o->iodepth;
    [all...]
options.c 1554 .name = "iodepth_batch",
1558 .off1 = td_var_offset(iodepth_batch),
    [all...]

Completed in 37 milliseconds