Searched refs:iodepth_low (Results 1 – 7 of 7) sorted by relevance
54 unsigned int iodepth_low; member283 uint32_t iodepth_low; member
82 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()
463 td->o.iodepth = td->o.iodepth_low = depth; in load_blktrace()
614 if (o->iodepth_low > o->iodepth || !o->iodepth_low) in fixup_options()615 o->iodepth_low = o->iodepth; in fixup_options()
444 } while (full && (td->cur_depth > td->o.iodepth_low)); in wait_for_completions()
798 hit the limit set by iodepth_low. If this variable is803 iodepth_low=int The low water mark indicating when to start filling806 If iodepth is set to eg 16 and iodepth_low is set to 4, then
1601 .off1 = td_var_offset(iodepth_low),