Home
last modified time | relevance | path

Searched refs:random_generator (Results 1 – 10 of 10) sorted by relevance

/external/fio/examples/
Dlatency-profile.fio9 random_generator=lfsr
/external/autotest/client/site_tests/hardware_StorageFio/
D8k_async_randwrite26 random_generator=tausworthe
/external/fio/
Dthread_options.h158 unsigned int random_generator; member
427 uint32_t random_generator; member
Dcconv.c201 o->random_generator = le32_to_cpu(top->random_generator); in convert_thread_options_to_cpu()
404 top->random_generator = cpu_to_le32(o->random_generator); in convert_thread_options_to_net()
Dfilesetup.c1186 if (td->o.random_generator != FIO_RAND_GEN_TAUSWORTHE) in check_rand_gen_limits()
1197 if (!fio_option_is_set(&td->o, random_generator)) { in check_rand_gen_limits()
1201 td->o.random_generator = FIO_RAND_GEN_TAUSWORTHE64; in check_rand_gen_limits()
1232 if (td->o.random_generator == FIO_RAND_GEN_LFSR) { in init_random_map()
Dio_u.c95 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE || in __get_next_rand_offset()
96 td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE64) { in __get_next_rand_offset()
269 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE || in should_sort_io()
270 td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE64) in should_sort_io()
DMakefile453 …-runtime=1s --name=nulltest --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 …
Dinit.c911 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE64) in td_fill_verify_state_seed()
969 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE64) in td_fill_rand_seeds()
Doptions.c2117 .off1 = offsetof(struct thread_options, random_generator),
DHOWTO1244 .. option:: random_generator=str