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 55 unsigned int iodepth_batch; member in struct:thread_options
284 uint32_t iodepth_batch; member in struct:thread_options_pack
cconv.c 83 o->iodepth_batch = le32_to_cpu(top->iodepth_batch);
291 top->iodepth_batch = cpu_to_le32(o->iodepth_batch);
init.c 620 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch)
621 o->iodepth_batch = o->iodepth;
    [all...]
ioengines.c 349 if (td->io_u_queued >= td->o.iodepth_batch) {
options.c 1569 .name = "iodepth_batch",
1573 .off1 = td_var_offset(iodepth_batch),
    [all...]

Completed in 127 milliseconds