Searched refs:rcu_barrier_callback (Results 1 – 2 of 2) sorted by relevance
243 9 call_rcu(head, rcu_barrier_callback);250 by the callback. Line 9 then registers the rcu_barrier_callback() on253 The rcu_barrier_callback() function simply atomically decrements the257 1 static void rcu_barrier_callback(struct rcu_head *notused)373 the first rcu_barrier_callback() can possibly execute, in turn
3997 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback() function4023 rdp->barrier_head.func = rcu_barrier_callback; in rcu_barrier_entrain()