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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c239 rcu_random(struct rcu_random_state *rrsp) argument
241 if (--rrsp->rrs_count < 0) {
242 rrsp->rrs_state += (unsigned long)local_clock();
243 rrsp->rrs_count = RCU_RANDOM_REFRESH;
245 rrsp->rrs_state = rrsp->rrs_state * RCU_RANDOM_MULT + RCU_RANDOM_ADD;
246 return swahw32(rrsp->rrs_state);
269 void (*read_delay)(struct rcu_random_state *rrsp);
293 static void rcu_read_delay(struct rcu_random_state *rrsp) argument
302 if (!(rcu_random(rrsp)
528 srcu_read_delay(struct rcu_random_state *rrsp) argument
[all...]

Completed in 16 milliseconds