Home
last modified time | relevance | path

Searched refs:allrand_repeatable (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dthread_options.h113 unsigned int allrand_repeatable; member
342 uint32_t allrand_repeatable; member
Dcconv.c154 o->allrand_repeatable = le32_to_cpu(top->allrand_repeatable); in convert_thread_options_to_cpu()
328 top->allrand_repeatable = cpu_to_le32(o->allrand_repeatable); in convert_thread_options_to_net()
Dinit.c850 if (td->o.allrand_repeatable) { in td_fill_rand_seeds()
Doptions.c1907 .off1 = td_var_offset(allrand_repeatable),