Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.h426 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq);
Dtree_plugin.h1608 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup() argument
1610 swake_up_all(sq); in rcu_nocb_gp_cleanup()
2491 static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq) in rcu_nocb_gp_cleanup() argument
Dtree.c1999 struct swait_queue_head *sq; in rcu_gp_cleanup() local
2046 sq = rcu_nocb_gp_get(rnp); in rcu_gp_cleanup()
2048 rcu_nocb_gp_cleanup(sq); in rcu_gp_cleanup()