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

  /external/fio/
fio.h 148 struct frand_state next_file_state; member in union:thread_data::__anon11992
init.c 830 init_rand_seed(&td->next_file_state, td->rand_seeds[FIO_RAND_FILE_OFF]);
    [all...]
io_u.c 971 r = __rand(&td->next_file_state);
    [all...]

Completed in 65 milliseconds