Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.h446 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq);
Dtree_nocb.h199 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup() argument
201 swake_up_all(sq); in rcu_nocb_gp_cleanup()
1712 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup() argument
Dtree.c1770 struct swait_queue_head *sq; in rcu_gp_cleanup() local
1820 sq = rcu_nocb_gp_get(rnp); in rcu_gp_cleanup()
1822 rcu_nocb_gp_cleanup(sq); in rcu_gp_cleanup()