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

  /external/fio/
io_ddir.h 45 #define file_randommap(td, f) (!(td)->o.norandommap && fio_file_axmap((f)))
thread_options.h 120 unsigned int norandommap; member in struct:thread_options
349 uint32_t norandommap; member in struct:thread_options_pack
cconv.c 160 o->norandommap = le32_to_cpu(top->norandommap);
334 top->norandommap = cpu_to_le32(o->norandommap);
init.c 584 !o->norandommap) {
586 o->norandommap = 1;
596 if (o->norandommap && o->verify != VERIFY_NONE
598 log_err("fio: norandommap given for variable block sizes, "
733 td->o.norandommap = 1;
    [all...]
filesetup.c 1051 } else if (!td->o.norandommap) {
1057 } else if (td->o.norandommap)
1062 " a large number of jobs, try the 'norandommap'"
backend.c 736 if (td_write(td) && td_random(td) && td->o.norandommap)
    [all...]
options.c     [all...]

Completed in 263 milliseconds