Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree_plugin.h1930 swake_up_one(&rdp_leader->nocb_wq); in __wake_nocb_leader()
2191 swait_event_interruptible_exclusive(my_rdp->nocb_wq, in nocb_leader_wait()
2256 swake_up_one(&rdp->nocb_wq); in nocb_leader_wait()
2273 swait_event_interruptible_exclusive(rdp->nocb_wq, in nocb_follower_wait()
2441 init_swait_queue_head(&rdp->nocb_wq); in rcu_boot_init_nocb_percpu_data()
Dtree.h240 struct swait_queue_head nocb_wq; /* For nocb kthreads to sleep on. */ member