Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/RCU/
Drcubarrier.txt239 9 call_rcu(head, rcu_barrier_callback);
246 by the callback. Line 9 then registers the rcu_barrier_callback() on
249 The rcu_barrier_callback() function simply atomically decrements the
253 1 static void rcu_barrier_callback(struct rcu_head *notused)
316 the first rcu_barrier_callback() can possibly execute, in turn
/Linux-v5.4/kernel/rcu/
Dtree.c2844 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback() function
2863 rdp->barrier_head.func = rcu_barrier_callback; in rcu_barrier_func()