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 160 unsigned int perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options
429 uint32_t perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 139 o->perc_rand[i] = le32_to_cpu(top->perc_rand[i]);
521 top->perc_rand[i] = cpu_to_le32(o->perc_rand[i]);
io_u.c 280 if (td->o.perc_rand[ddir] == 100)
285 return v <= td->o.perc_rand[ddir];
    [all...]
options.c     [all...]

Completed in 52 milliseconds