Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h50 unsigned int iodepth_low; member
277 uint32_t iodepth_low; member
Dcconv.c79 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()
Dinit.c562 if (o->iodepth_low > o->iodepth || !o->iodepth_low) in fixup_options()
563 o->iodepth_low = o->iodepth; in fixup_options()
Dbackend.c612 } 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()
DHOWTO710 hit the limit set by iodepth_low. If this variable is
715 iodepth_low=int The low water mark indicating when to start filling
718 If iodepth is set to eg 16 and iodepth_low is set to 4, then
Doptions.c1586 .off1 = td_var_offset(iodepth_low),