Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt240 9 call_rcu(head, rcu_barrier_callback);
247 by the callback. Line 9 then registers the rcu_barrier_callback() on
250 The rcu_barrier_callback() function simply atomically decrements the
254 1 static void rcu_barrier_callback(struct rcu_head *notused)
312 the first rcu_barrier_callback() can possibly execute, in turn
/linux-4.4.14/kernel/rcu/
Dtree.c3991 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback() function
4014 rsp->call(&rdp->barrier_head, rcu_barrier_callback); in rcu_barrier_func()
4073 rcu_barrier_callback, rsp, cpu, 0); in _rcu_barrier()