Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree_plugin.h2135 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()
[all …]