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

  /external/fio/
fio.h 274 struct frand_state __rwmix_state; member in union:thread_data::__anon25221
init.c 782 init_rand_seed(&td->__rwmix_state, td->rand_seeds[FIO_RAND_MIX_OFF]);
    [all...]
io_u.c 524 r = __rand(&td->__rwmix_state);
    [all...]

Completed in 43 milliseconds