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

  /external/fio/
thread_options.h 122 fio_fp64_t pareto_h; member in struct:thread_options
346 fio_fp64_t pareto_h; member in struct:thread_options_pack
cconv.c 161 o->pareto_h.u.f = fio_uint64_to_double(le64_to_cpu(top->pareto_h.u.i));
331 top->pareto_h.u.i = __cpu_to_le64(fio_double_to_uint64(o->pareto_h.u.f));
filesetup.c 1007 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed);
options.c 757 td->o.pareto_h.u.f = val;
    [all...]

Completed in 31 milliseconds