Searched refs:zipf_theta (Results 1 – 5 of 5) sorted by relevance
130 fio_fp64_t zipf_theta; member357 fio_fp64_t zipf_theta; member
166 o->zipf_theta.u.f = fio_uint64_to_double(le64_to_cpu(top->zipf_theta.u.i)); in convert_thread_options_to_cpu()340 top->zipf_theta.u.i = __cpu_to_le64(fio_double_to_uint64(o->zipf_theta.u.f)); in convert_thread_options_to_net()
312 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta"); in initialize_fio()
1000 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed); in __init_rand_distribution()
738 td->o.zipf_theta.u.f = val; in str_random_distribution_cb()