Searched refs:next_file_zipf (Results 1 – 3 of 3) sorted by relevance
896 zipf_init(&td->next_file_zipf, nranges, td->zipf_theta, seed); in init_rand_file_service()897 zipf_disable_hash(&td->next_file_zipf); in init_rand_file_service()899 pareto_init(&td->next_file_zipf, nranges, td->pareto_h, seed); in init_rand_file_service()900 zipf_disable_hash(&td->next_file_zipf); in init_rand_file_service()
190 struct zipf_state next_file_zipf; member
1100 fileno = zipf_next(&td->next_file_zipf); in __get_next_fileno_rand()1102 fileno = pareto_next(&td->next_file_zipf); in __get_next_fileno_rand()