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

  /external/fio/
thread_options.h 135 unsigned int perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options
362 uint32_t perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 115 o->perc_rand[i] = le32_to_cpu(top->perc_rand[i]);
433 top->perc_rand[i] = cpu_to_le32(o->perc_rand[i]);
io_u.c 197 if (td->o.perc_rand[ddir] == 100)
203 return v <= td->o.perc_rand[ddir];
    [all...]
options.c     [all...]

Completed in 178 milliseconds