Home | History | Annotate | Download | only in fio

Lines Matching refs:random_distribution

730 	if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
732 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
746 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) {
1845 .name = "random_distribution",
1847 .off1 = td_var_offset(random_distribution),