Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree_plugin.h1941 rhp = ACCESS_ONCE(rdp->nocb_follower_head); in rcu_nocb_cpu_needs_barrier()
2217 if (rdp != my_rdp && tail == &rdp->nocb_follower_head) { in nocb_leader_wait()
2227 if (!my_rdp->nocb_follower_head) in nocb_leader_wait()
2244 ACCESS_ONCE(rdp->nocb_follower_head)); in nocb_follower_wait()
2250 if (smp_load_acquire(&rdp->nocb_follower_head)) { in nocb_follower_wait()
2285 list = ACCESS_ONCE(rdp->nocb_follower_head); in rcu_nocb_kthread()
2288 ACCESS_ONCE(rdp->nocb_follower_head) = NULL; in rcu_nocb_kthread()
2289 tail = xchg(&rdp->nocb_follower_tail, &rdp->nocb_follower_head); in rcu_nocb_kthread()
2403 rdp->nocb_follower_tail = &rdp->nocb_follower_head; in rcu_boot_init_nocb_percpu_data()
Dtree.h350 struct rcu_head *nocb_follower_head; /* CBs ready to invoke. */ member