Home
last modified time | relevance | path

Searched refs:rcu_gp_is_normal (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/kernel/rcu/
Dupdate.c140 bool rcu_gp_is_normal(void) in rcu_gp_is_normal() function
145 EXPORT_SYMBOL_GPL(rcu_gp_is_normal);
Drcu.h489 static inline bool rcu_gp_is_normal(void) { return true; } in rcu_gp_is_normal() function
498 bool rcu_gp_is_normal(void); /* Internal RCU use. */
Drcuscale.c847 if (rcu_gp_is_expedited() && !rcu_gp_is_normal() && !gp_exp) in rcu_scale_cleanup()
849 if (rcu_gp_is_normal() && gp_exp) in rcu_scale_cleanup()
Dtree_exp.h984 if (rcu_gp_is_normal()) { in synchronize_rcu_expedited()
Dsrcutree.c1411 __synchronize_srcu(ssp, rcu_gp_is_normal()); in synchronize_srcu_expedited()
Drcutorture.c1355 bool can_expedite = !rcu_gp_is_expedited() && !rcu_gp_is_normal(); in rcu_torture_writer()
1569 !rcu_gp_is_normal(); in rcu_torture_writer()