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

  /external/fio/
thread_options.h 106 unsigned int rand_repeatable; member in struct:thread_options
333 uint32_t rand_repeatable; member in struct:thread_options_pack
cconv.c 149 o->rand_repeatable = le32_to_cpu(top->rand_repeatable);
319 top->rand_repeatable = cpu_to_le32(o->rand_repeatable);
init.c 692 td->o.rand_repeatable = 0;
768 if (td->o.rand_repeatable)
794 if (td->o.rand_repeatable)
902 if (!td->o.rand_repeatable && !td->o.rand_seed)
    [all...]
filesetup.c 1001 if (!td->o.rand_repeatable)
options.c     [all...]

Completed in 60 milliseconds