Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Dupdate.c141 bool rcu_gp_is_normal(void) in rcu_gp_is_normal() function
146 EXPORT_SYMBOL_GPL(rcu_gp_is_normal);
H A Drcu.h500 static inline bool rcu_gp_is_normal(void) { return true; } in rcu_gp_is_normal() function
509 bool rcu_gp_is_normal(void); /* Internal RCU use. */
H A Drcuscale.c957 if (rcu_gp_is_expedited() && !rcu_gp_is_normal() && !gp_exp) in rcu_scale_cleanup()
959 if (rcu_gp_is_normal() && gp_exp) in rcu_scale_cleanup()
H A Dtree_exp.h991 if (rcu_gp_is_normal()) { in synchronize_rcu_expedited()
H A Dsrcutree.c1467 __synchronize_srcu(ssp, rcu_gp_is_normal()); in synchronize_srcu_expedited()
H A Drcutorture.c1461 bool can_expedite = !rcu_gp_is_expedited() && !rcu_gp_is_normal(); in rcu_torture_writer()
1698 !rcu_gp_is_normal(); in rcu_torture_writer()