Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree_plugin.h2100 static void nocb_leader_wait(struct rcu_data *my_rdp) in nocb_leader_wait() argument
2111 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, "Sleep"); in nocb_leader_wait()
2112 wait_event_interruptible(my_rdp->nocb_wq, in nocb_leader_wait()
2113 !READ_ONCE(my_rdp->nocb_leader_sleep)); in nocb_leader_wait()
2117 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, "Poll"); in nocb_leader_wait()
2126 for (rdp = my_rdp; rdp; rdp = rdp->nocb_next_follower) { in nocb_leader_wait()
2143 trace_rcu_nocb_wake(my_rdp->rsp->name, my_rdp->cpu, in nocb_leader_wait()
2149 my_rdp->nocb_leader_sleep = true; in nocb_leader_wait()
2151 for (rdp = my_rdp; rdp; rdp = rdp->nocb_next_follower) in nocb_leader_wait()
2154 my_rdp->nocb_leader_sleep = false; in nocb_leader_wait()
[all …]