Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Dtree_nocb.h774 swake_up_one(&rdp_toggling->nocb_state_wq); in nocb_gp_wait()
890 swake_up_one(&rdp->nocb_state_wq); in nocb_cb_wait()
1060 swait_event_exclusive(rdp->nocb_state_wq, in rcu_nocb_rdp_deoffload()
1171 swait_event_exclusive(rdp->nocb_state_wq, in rcu_nocb_rdp_offload()
1281 init_swait_queue_head(&rdp->nocb_state_wq); in rcu_boot_init_nocb_percpu_data()
Dtree.h207 struct swait_queue_head nocb_state_wq; /* For offloading state changes */ member