Searched refs:iodepth_low (Results 1 – 6 of 6) sorted by relevance
50 unsigned int iodepth_low; member277 uint32_t iodepth_low; member
79 o->iodepth_low = le32_to_cpu(top->iodepth_low); in convert_thread_options_to_cpu()283 top->iodepth_low = cpu_to_le32(o->iodepth_low); in convert_thread_options_to_net()
562 if (o->iodepth_low > o->iodepth || !o->iodepth_low) in fixup_options()563 o->iodepth_low = o->iodepth; in fixup_options()
612 } while (full && (td->cur_depth > td->o.iodepth_low)); in do_verify()879 } while (full && (td->cur_depth > td->o.iodepth_low)); in do_io()
710 hit the limit set by iodepth_low. If this variable is715 iodepth_low=int The low water mark indicating when to start filling718 If iodepth is set to eg 16 and iodepth_low is set to 4, then
1586 .off1 = td_var_offset(iodepth_low),