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

  /external/fio/
thread_options.h 119 unsigned int random_distribution; member in struct:thread_options
344 uint32_t random_distribution; member in struct:thread_options_pack
cconv.c 159 o->random_distribution = le32_to_cpu(top->random_distribution);
329 top->random_distribution = cpu_to_le32(o->random_distribution);
io_u.c 166 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM)
168 else if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
170 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
173 log_err("fio: unknown random distribution: %d\n", td->o.random_distribution);
    [all...]
options.c 730 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
732 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
746 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) {
    [all...]
filesetup.c 1004 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
1018 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM)
init.c 671 if (td->o.random_distribution != FIO_RAND_DIST_RANDOM)
    [all...]

Completed in 147 milliseconds