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

/external/fio/
H A Dinit.c36 #define FIO_RANDSEED (0xb1899bedUL) macro
769 td->rand_seeds[FIO_RAND_BLOCK_OFF] = FIO_RANDSEED * td->thread_number;
795 td->rand_seeds[FIO_RAND_BLOCK_OFF] = FIO_RANDSEED * td->thread_number;
807 td->rand_seeds[i] = FIO_RANDSEED * td->thread_number

Completed in 50 milliseconds