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

  /external/fio/
thread_options.h 128 unsigned int rand_repeatable; member in struct:thread_options
399 uint32_t rand_repeatable; member in struct:thread_options_pack
libfio.c 125 * Re-Seed random number generator if rand_repeatable is true
127 if (td->o.rand_repeatable)
cconv.c 180 o->rand_repeatable = le32_to_cpu(top->rand_repeatable);
385 top->rand_repeatable = cpu_to_le32(o->rand_repeatable);
init.c 849 td->o.rand_repeatable = 0;
945 if (td->o.rand_repeatable)
1083 if (!td->o.rand_repeatable && !fio_option_is_set(&td->o, rand_seed))
    [all...]
filesetup.c 1144 if (!td->o.rand_repeatable)
    [all...]
backend.c 626 if (!td->o.rand_repeatable)
    [all...]
options.c     [all...]

Completed in 790 milliseconds