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

  /external/fio/
trim.c 78 if (td->o.use_os_rand) {
thread_options.h 109 unsigned int use_os_rand; member in struct:thread_options
336 uint32_t use_os_rand; member in struct:thread_options_pack
io_u.c 95 rmax = td->o.use_os_rand ? OS_RAND_MAX : FRAND_MAX;
97 if (td->o.use_os_rand) {
203 if (td->o.use_os_rand) {
446 if (td->o.use_os_rand)
452 if (td->o.use_os_rand)
520 if (td->o.use_os_rand) {
970 if (td->o.use_os_rand) {
    [all...]
cconv.c 152 o->use_os_rand = le32_to_cpu(top->use_os_rand);
322 top->use_os_rand = cpu_to_le32(o->use_os_rand);
init.c 444 if (td->o.use_os_rand) {
811 if (td->o.use_os_rand)
    [all...]
filesetup.c 264 if (td->o.use_os_rand) {
options.c     [all...]

Completed in 210 milliseconds