Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree_nocb.h879 swake_up_one(&rdp_toggling->nocb_state_wq); in nocb_gp_wait()
995 swake_up_one(&rdp->nocb_state_wq); in nocb_cb_wait()
1165 swait_event_exclusive(rdp->nocb_state_wq, in rcu_nocb_rdp_deoffload()
1276 swait_event_exclusive(rdp->nocb_state_wq, in rcu_nocb_rdp_offload()
1472 init_swait_queue_head(&rdp->nocb_state_wq); in rcu_boot_init_nocb_percpu_data()
H A Dtree.h224 struct swait_queue_head nocb_state_wq; /* For offloading state changes */ member