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

  /external/fio/
trim.c 79 frand_max = rand_max(&td->trim_state);
io_u.c 102 *b = lastb * (r / (rand_max(&td->random_state) + 1.0));
555 frand_max = rand_max(&td->bsrange_state);
1091 uint64_t frand_max = rand_max(&td->next_file_state);
    [all...]
filesetup.c 306 frand_max = rand_max(&td->file_size_state);
    [all...]
init.c 562 frand_max = rand_max(&td->delay_state);
    [all...]
  /external/fio/lib/
rand.h 28 static inline uint64_t rand_max(struct frand_state *state) function

Completed in 662 milliseconds