Searched refs:iodepth_batch_complete (Results 1 – 9 of 9) sorted by relevance
11 iodepth_batch_complete=1
25 iodepth_batch_complete=4
56 unsigned int iodepth_batch_complete; member285 uint32_t iodepth_batch_complete; member
84 o->iodepth_batch_complete = le32_to_cpu(top->iodepth_batch_complete); in convert_thread_options_to_cpu()292 top->iodepth_batch_complete = cpu_to_le32(o->iodepth_batch_complete); in convert_thread_options_to_net()
431 min_evts = min(td->o.iodepth_batch_complete, td->cur_depth); in wait_for_completions()632 if (full || !td->o.iodepth_batch_complete) in do_verify()914 if (full || !td->o.iodepth_batch_complete) in do_io()
1801 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete, tvp); in io_u_queued_complete()
1587 .off1 = td_var_offset(iodepth_batch_complete),
794 iodepth_batch_complete=int This defines how many pieces of IO to retrieve1642 iodepth_batch_complete=0).
148 unsigned actual_min = td->o.iodepth_batch_complete == 0 ? 0 : min; in fio_libaio_getevents()