Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h51 unsigned int iodepth_batch; member
278 uint32_t iodepth_batch; member
Dcconv.c80 o->iodepth_batch = le32_to_cpu(top->iodepth_batch); in convert_thread_options_to_cpu()
284 top->iodepth_batch = cpu_to_le32(o->iodepth_batch); in convert_thread_options_to_net()
Dinit.c568 if (o->iodepth_batch > o->iodepth || !o->iodepth_batch) in fixup_options()
569 o->iodepth_batch = o->iodepth; in fixup_options()
Dioengines.c342 if (td->io_u_queued >= td->o.iodepth_batch) { in td_io_queue()
Doptions.c1558 .off1 = td_var_offset(iodepth_batch),
DHOWTO701 iodepth_batch=int This defines how many pieces of IO to submit at once.