Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h54 unsigned int iodepth_low; member
283 uint32_t iodepth_low; member
Dcconv.c82 o->iodepth_low = le32_to_cpu(top->iodepth_low); in convert_thread_options_to_cpu()
290 top->iodepth_low = cpu_to_le32(o->iodepth_low); in convert_thread_options_to_net()
Dblktrace.c463 td->o.iodepth = td->o.iodepth_low = depth; in load_blktrace()
Dinit.c614 if (o->iodepth_low > o->iodepth || !o->iodepth_low) in fixup_options()
615 o->iodepth_low = o->iodepth; in fixup_options()
Dbackend.c444 } while (full && (td->cur_depth > td->o.iodepth_low)); in wait_for_completions()
DHOWTO798 hit the limit set by iodepth_low. If this variable is
803 iodepth_low=int The low water mark indicating when to start filling
806 If iodepth is set to eg 16 and iodepth_low is set to 4, then
Doptions.c1601 .off1 = td_var_offset(iodepth_low),