Lines Matching refs:my_rdp
2135 static void nocb_leader_wait(struct rcu_data *my_rdp) in nocb_leader_wait() argument
2146 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, "Sleep"); in nocb_leader_wait()
2147 wait_event_interruptible(my_rdp->nocb_wq, in nocb_leader_wait()
2148 !ACCESS_ONCE(my_rdp->nocb_leader_sleep)); in nocb_leader_wait()
2152 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, "Poll"); in nocb_leader_wait()
2161 for (rdp = my_rdp; rdp; rdp = rdp->nocb_next_follower) { in nocb_leader_wait()
2178 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, in nocb_leader_wait()
2184 my_rdp->nocb_leader_sleep = true; in nocb_leader_wait()
2186 for (rdp = my_rdp; rdp; rdp = rdp->nocb_next_follower) in nocb_leader_wait()
2189 my_rdp->nocb_leader_sleep = false; in nocb_leader_wait()
2196 rcu_nocb_wait_gp(my_rdp); in nocb_leader_wait()
2203 my_rdp->nocb_leader_sleep = true; in nocb_leader_wait()
2207 for (rdp = my_rdp; rdp; rdp = rdp->nocb_next_follower) { in nocb_leader_wait()
2209 my_rdp->nocb_leader_sleep = false;/* No need to sleep.*/ in nocb_leader_wait()
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()