Home
last modified time | relevance | path

Searched refs:zipf_theta (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dthread_options.h130 fio_fp64_t zipf_theta; member
357 fio_fp64_t zipf_theta; member
Dcconv.c166 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()
Dlibfio.c312 compiletime_assert((offsetof(struct thread_options_pack, zipf_theta) % 8) == 0, "zipf_theta"); in initialize_fio()
Dfilesetup.c1000 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed); in __init_rand_distribution()
Doptions.c738 td->o.zipf_theta.u.f = val; in str_random_distribution_cb()