Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drcutorture.c251 struct rcu_random_state { struct
260 #define DEFINE_RCU_RANDOM(name) struct rcu_random_state name = { 0, 0 } argument
267 rcu_random(struct rcu_random_state *rrsp) in rcu_random()
297 void (*read_delay)(struct rcu_random_state *rrsp);
322 static void rcu_read_delay(struct rcu_random_state *rrsp) in rcu_read_delay()
564 static void srcu_read_delay(struct rcu_random_state *rrsp) in srcu_read_delay()