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 126 unsigned int perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options
350 uint32_t perc_rand[DDIR_RWDIR_CNT]; member in struct:thread_options_pack
cconv.c 112 o->perc_rand[i] = le32_to_cpu(top->perc_rand[i]);
425 top->perc_rand[i] = cpu_to_le32(o->perc_rand[i]);
options.c     [all...]
io_u.c 200 if (td->o.perc_rand[ddir] == 100)
211 return v <= td->o.perc_rand[ddir];
    [all...]

Completed in 188 milliseconds