Searched refs:iodepth_batch (Results 1 – 6 of 6) sorted by relevance
51 unsigned int iodepth_batch; member278 uint32_t iodepth_batch; member
80 o->iodepth_batch = le32_to_cpu(top->iodepth_batch); in convert_thread_options_to_cpu()284 top->iodepth_batch = cpu_to_le32(o->iodepth_batch); in convert_thread_options_to_net()
568 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch) in fixup_options()569 o->iodepth_batch = o->iodepth; in fixup_options()
342 if (td->io_u_queued >= td->o.iodepth_batch) { in td_io_queue()
1558 .off1 = td_var_offset(iodepth_batch),
701 iodepth_batch=int This defines how many pieces of IO to submit at once.