Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h64 unsigned int iodepth_low; member
338 uint32_t iodepth_low; member
Dcconv.c95 o->iodepth_low = le32_to_cpu(top->iodepth_low); in convert_thread_options_to_cpu()
344 top->iodepth_low = cpu_to_le32(o->iodepth_low); in convert_thread_options_to_net()
Dblktrace.c562 td->o.iodepth = td->o.iodepth_low = max_depth; in load_blktrace()
Dinit.c685 if (o->iodepth_low > o->iodepth || !o->iodepth_low) in fixup_options()
686 o->iodepth_low = o->iodepth; in fixup_options()
Dbackend.c458 } while (full && (td->cur_depth > td->o.iodepth_low)); in wait_for_completions()
DHOWTO1930 :option:`iodepth_low`. If this variable is set to 0, then fio will always
1959 .. option:: iodepth_low=int
1964 e.g. 16 and *iodepth_low* is set to 4, then after fio has filled the queue of
Doptions.c1853 .off1 = offsetof(struct thread_options, iodepth_low),