Home
last modified time | relevance | path

Searched refs:iodepth_batch_complete_max (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Dthread_options.h67 unsigned int iodepth_batch_complete_max; member
341 uint32_t iodepth_batch_complete_max; member
Dcconv.c98 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()
Dinit.c698 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()
Dbackend.c564 !td->o.iodepth_batch_complete_max; in io_in_polling()
Dio_u.c1975 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete_max, tvp); in io_u_queued_complete()
DHOWTO1934 .. option:: iodepth_batch_complete_max=int
1945 iodepth_batch_complete_max=<iodepth>
1953 iodepth_batch_complete_max=<iodepth>
Doptions.c1840 .off1 = offsetof(struct thread_options, iodepth_batch_complete_max),