HomeSort by relevance Sort by last modified time
    Searched refs:zipf_theta (Results 1 - 4 of 4) sorted by null

  /external/fio/
thread_options.h 121 fio_fp64_t zipf_theta; member in struct:thread_options
345 fio_fp64_t zipf_theta; member in struct:thread_options_pack
cconv.c 160 o->zipf_theta.u.f = fio_uint64_to_double(le64_to_cpu(top->zipf_theta.u.i));
330 top->zipf_theta.u.i = __cpu_to_le64(fio_double_to_uint64(o->zipf_theta.u.f));
filesetup.c 1005 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed);
options.c 751 td->o.zipf_theta.u.f = val;
    [all...]

Completed in 462 milliseconds