Searched refs:nocb_follower_head (Results 1 – 2 of 2) sorted by relevance
1996 rhp = READ_ONCE(rdp->nocb_follower_head); in rcu_nocb_cpu_needs_barrier()2254 if (rdp != my_rdp && tail == &rdp->nocb_follower_head) { in nocb_leader_wait()2261 if (!my_rdp->nocb_follower_head) in nocb_leader_wait()2274 READ_ONCE(rdp->nocb_follower_head)); in nocb_follower_wait()2275 if (smp_load_acquire(&rdp->nocb_follower_head)) { in nocb_follower_wait()2309 list = rdp->nocb_follower_head; in rcu_nocb_kthread()2310 rdp->nocb_follower_head = NULL; in rcu_nocb_kthread()2312 rdp->nocb_follower_tail = &rdp->nocb_follower_head; in rcu_nocb_kthread()2442 rdp->nocb_follower_tail = &rdp->nocb_follower_head; in rcu_boot_init_nocb_percpu_data()
238 struct rcu_head *nocb_follower_head; /* CBs ready to invoke. */ member