Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtorture.h70 unsigned long trs_state; member
79 trsp->trs_state = 0; in torture_random_init()
/linux-6.6.21/kernel/
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()