HomeSort by relevance Sort by last modified time
    Searched refs:iodepth_low (Results 1 - 5 of 5) sorted by null

  /external/fio/
thread_options.h 50 unsigned int iodepth_low; member in struct:thread_options
277 uint32_t iodepth_low; member in struct:thread_options_pack
cconv.c 79 o->iodepth_low = le32_to_cpu(top->iodepth_low);
283 top->iodepth_low = cpu_to_le32(o->iodepth_low);
init.c 562 if (o->iodepth_low > o->iodepth || !o->iodepth_low)
563 o->iodepth_low = o->iodepth;
    [all...]
backend.c 612 } while (full && (td->cur_depth > td->o.iodepth_low));
879 } while (full && (td->cur_depth > td->o.iodepth_low));
    [all...]
options.c 1583 .name = "iodepth_low",
1586 .off1 = td_var_offset(iodepth_low),
    [all...]

Completed in 71 milliseconds