Home | History | Annotate | Download | only in fio

Lines Matching refs:FIO_RAND_BLOCK_OFF

769 		td->rand_seeds[FIO_RAND_BLOCK_OFF] = FIO_RANDSEED * td->thread_number;
771 os_random_seed(td->rand_seeds[FIO_RAND_BLOCK_OFF], &td->random_state);
795 td->rand_seeds[FIO_RAND_BLOCK_OFF] = FIO_RANDSEED * td->thread_number;
797 init_rand_seed(&td->__random_state, td->rand_seeds[FIO_RAND_BLOCK_OFF]);