Home
last modified time | relevance | path

Searched refs:iodepth_batch_complete (Results 1 – 9 of 9) sorted by relevance

/external/fio/examples/
Drdmaio-client.fio11 iodepth_batch_complete=1
/external/fio/t/jobs/
Dt0009-f8b0bd10.fio25 iodepth_batch_complete=4
/external/fio/
Dthread_options.h56 unsigned int iodepth_batch_complete; member
285 uint32_t iodepth_batch_complete; member
Dcconv.c84 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()
Dbackend.c431 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()
Dio_u.c1801 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete, tvp); in io_u_queued_complete()
Doptions.c1587 .off1 = td_var_offset(iodepth_batch_complete),
DHOWTO794 iodepth_batch_complete=int This defines how many pieces of IO to retrieve
1642 iodepth_batch_complete=0).
/external/fio/engines/
Dlibaio.c148 unsigned actual_min = td->o.iodepth_batch_complete == 0 ? 0 : min; in fio_libaio_getevents()