Home
last modified time | relevance | path

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

/external/fio/t/jobs/
Dt0009-f8b0bd10.fio24 iodepth_batch=4
/external/fio/
Dthread_options.h55 unsigned int iodepth_batch; member
284 uint32_t iodepth_batch; member
Dcconv.c83 o->iodepth_batch = le32_to_cpu(top->iodepth_batch); in convert_thread_options_to_cpu()
291 top->iodepth_batch = cpu_to_le32(o->iodepth_batch); in convert_thread_options_to_net()
Dioengines.c349 if (td->io_u_queued >= td->o.iodepth_batch) { in td_io_queue()
Dinit.c620 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch) in fixup_options()
621 o->iodepth_batch = o->iodepth; in fixup_options()
Doptions.c1573 .off1 = td_var_offset(iodepth_batch),
DHOWTO789 iodepth_batch=int This defines how many pieces of IO to submit at once.