Searched refs:iodepth_batch_complete_max (Results 1 – 7 of 7) sorted by relevance
67 unsigned int iodepth_batch_complete_max; member341 uint32_t iodepth_batch_complete_max; member
98 o->iodepth_batch_complete_max = le32_to_cpu(top->iodepth_batch_complete_max); in convert_thread_options_to_cpu()347 top->iodepth_batch_complete_max = cpu_to_le32(o->iodepth_batch_complete_max); in convert_thread_options_to_net()
698 if (o->iodepth_batch_complete_min > o->iodepth_batch_complete_max) in fixup_options()699 o->iodepth_batch_complete_max = o->iodepth_batch_complete_min; in fixup_options()
564 !td->o.iodepth_batch_complete_max; in io_in_polling()
1975 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete_max, tvp); in io_u_queued_complete()
1934 .. option:: iodepth_batch_complete_max=int1945 iodepth_batch_complete_max=<iodepth>1953 iodepth_batch_complete_max=<iodepth>
1840 .off1 = offsetof(struct thread_options, iodepth_batch_complete_max),