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 112 unsigned int rand_repeatable; member in struct:thread_options
341 uint32_t rand_repeatable; member in struct:thread_options_pack
cconv.c 153 o->rand_repeatable = le32_to_cpu(top->rand_repeatable);
327 top->rand_repeatable = cpu_to_le32(o->rand_repeatable);
init.c 753 td->o.rand_repeatable = 0;
839 if (td->o.rand_repeatable)
959 if (!td->o.rand_repeatable && !td->o.rand_seed)
    [all...]
filesetup.c 996 if (!td->o.rand_repeatable)
options.c     [all...]

Completed in 6159 milliseconds