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

/linux-master/include/linux/
H A Dtorture.h71 unsigned long trs_state; member in struct:torture_random_state
80 trsp->trs_state = 0;
/linux-master/kernel/
H A Dtorture.c458 trsp->trs_state += (unsigned long)local_clock() + raw_smp_processor_id();
461 trsp->trs_state = trsp->trs_state * TORTURE_RANDOM_MULT +
463 return swahw32(trsp->trs_state);

Completed in 106 milliseconds