Home
last modified time | relevance | path

Searched refs:trs_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtorture.h70 unsigned long trs_state; member
79 trsp->trs_state = 0; in torture_random_init()
/openbmc/linux/kernel/
H A Dtorture.c458 trsp->trs_state += (unsigned long)local_clock() + raw_smp_processor_id(); in torture_random()
461 trsp->trs_state = trsp->trs_state * TORTURE_RANDOM_MULT + in torture_random()
463 return swahw32(trsp->trs_state); in torture_random()