Searched refs:nocb_follower_head (Results 1 – 2 of 2) sorted by relevance
1906 rhp = READ_ONCE(rdp->nocb_follower_head); in rcu_nocb_cpu_needs_barrier()2182 if (rdp != my_rdp && tail == &rdp->nocb_follower_head) { in nocb_leader_wait()2192 if (!my_rdp->nocb_follower_head) in nocb_leader_wait()2209 READ_ONCE(rdp->nocb_follower_head)); in nocb_follower_wait()2215 if (smp_load_acquire(&rdp->nocb_follower_head)) { in nocb_follower_wait()2250 list = READ_ONCE(rdp->nocb_follower_head); in rcu_nocb_kthread()2253 WRITE_ONCE(rdp->nocb_follower_head, NULL); in rcu_nocb_kthread()2254 tail = xchg(&rdp->nocb_follower_tail, &rdp->nocb_follower_head); in rcu_nocb_kthread()2368 rdp->nocb_follower_tail = &rdp->nocb_follower_head; in rcu_boot_init_nocb_percpu_data()
394 struct rcu_head *nocb_follower_head; /* CBs ready to invoke. */ member