Searched refs:iodepth_batch (Results 1 – 7 of 7) sorted by relevance
24 iodepth_batch=4
55 unsigned int iodepth_batch; member284 uint32_t iodepth_batch; member
83 o->iodepth_batch = le32_to_cpu(top->iodepth_batch); in convert_thread_options_to_cpu()291 top->iodepth_batch = cpu_to_le32(o->iodepth_batch); in convert_thread_options_to_net()
349 if (td->io_u_queued >= td->o.iodepth_batch) { in td_io_queue()
620 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch) in fixup_options()621 o->iodepth_batch = o->iodepth; in fixup_options()
1573 .off1 = td_var_offset(iodepth_batch),
789 iodepth_batch=int This defines how many pieces of IO to submit at once.