Home
last modified time | relevance | path

Searched refs:rand_repeatable (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Dthread_options.h128 unsigned int rand_repeatable; member
399 uint32_t rand_repeatable; member
Dcconv.c180 o->rand_repeatable = le32_to_cpu(top->rand_repeatable); in convert_thread_options_to_cpu()
385 top->rand_repeatable = cpu_to_le32(o->rand_repeatable); in convert_thread_options_to_net()
Dlibfio.c127 if (td->o.rand_repeatable) in clear_io_state()
Dinit.c849 td->o.rand_repeatable = 0; in fixup_options()
945 if (td->o.rand_repeatable) in td_fill_rand_seeds_internal()
1083 if (!td->o.rand_repeatable && !fio_option_is_set(&td->o, rand_seed)) in setup_random_seeds()
Dfilesetup.c1144 if (!td->o.rand_repeatable) in __init_rand_distribution()
Dbackend.c626 if (!td->o.rand_repeatable) in do_verify()
Doptions.c2062 .off1 = offsetof(struct thread_options, rand_repeatable),