Home
last modified time | relevance | path

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

/external/fio/
Dfio.h650 FIO_RAND_DIST_ZIPF, enumerator
Doptions.c717 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) in str_random_distribution_cb()
733 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) { in str_random_distribution_cb()
1871 .oval = FIO_RAND_DIST_ZIPF,
Dfilesetup.c999 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) in __init_rand_distribution()
Dio_u.c165 else if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) in get_off_from_method()