Home
last modified time | relevance | path

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

/external/fio/
Dthread_options.h129 unsigned int allrand_repeatable; member
400 uint32_t allrand_repeatable; member
Dcconv.c181 o->allrand_repeatable = le32_to_cpu(top->allrand_repeatable); in convert_thread_options_to_cpu()
386 top->allrand_repeatable = cpu_to_le32(o->allrand_repeatable); in convert_thread_options_to_net()
Dinit.c961 if (td->o.allrand_repeatable) { in td_fill_rand_seeds()
Doptions.c2198 .off1 = offsetof(struct thread_options, allrand_repeatable),