Searched refs:__rwmix_state (Results 1 - 3 of 3) sorted by relevance
/external/fio/ | ||
H A D | fio.h | 274 struct frand_state __rwmix_state; member in union:thread_data::__anon20608 |
H A D | init.c | 782 init_rand_seed(&td->__rwmix_state, td->rand_seeds[FIO_RAND_MIX_OFF]); |
H A D | io_u.c | 524 r = __rand(&td->__rwmix_state); |
Completed in 663 milliseconds