Searched refs:FIO_RAND_BLOCK_OFF (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfio.h83 FIO_RAND_BLOCK_OFF, enumerator in enum:__anon20601
H A Dinit.c769 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]);
H A Dfilesetup.c1050 seed = td->rand_seeds[FIO_RAND_BLOCK_OFF];
1536 lfsr_reset(&f->lfsr, td->rand_seeds[FIO_RAND_BLOCK_OFF]);

Completed in 406 milliseconds