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 128 unsigned int random_distribution; member in struct:thread_options
355 uint32_t random_distribution; member in struct:thread_options_pack
cconv.c 165 o->random_distribution = le32_to_cpu(top->random_distribution);
339 top->random_distribution = cpu_to_le32(o->random_distribution);
io_u.c 163 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM)
165 else if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
167 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
170 log_err("fio: unknown random distribution: %d\n", td->o.random_distribution);
    [all...]
filesetup.c 999 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
1013 if (td->o.random_distribution == FIO_RAND_DIST_RANDOM)
options.c 717 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF)
719 else if (td->o.random_distribution == FIO_RAND_DIST_PARETO)
733 if (td->o.random_distribution == FIO_RAND_DIST_ZIPF) {
    [all...]
init.c 732 if (td->o.random_distribution != FIO_RAND_DIST_RANDOM)
    [all...]

Completed in 283 milliseconds