Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h52 bool rcu_gp_is_normal(void);
/Linux-v5.10/kernel/rcu/
Dupdate.c138 bool rcu_gp_is_normal(void) in rcu_gp_is_normal() function
143 EXPORT_SYMBOL_GPL(rcu_gp_is_normal);
Drcu.h423 static inline bool rcu_gp_is_normal(void) { return true; } in rcu_gp_is_normal() function
429 bool rcu_gp_is_normal(void); /* Internal RCU use. */
Drcuscale.c486 if (rcu_gp_is_expedited() && !rcu_gp_is_normal() && !gp_exp) in rcu_scale_cleanup()
488 if (rcu_gp_is_normal() && gp_exp) in rcu_scale_cleanup()
Dtree_exp.h829 if (rcu_gp_is_normal()) { in synchronize_rcu_expedited()
Dsrcutree.c947 __synchronize_srcu(ssp, rcu_gp_is_normal()); in synchronize_srcu_expedited()
Drcutorture.c1019 bool can_expedite = !rcu_gp_is_expedited() && !rcu_gp_is_normal(); in rcu_torture_writer()
1143 !rcu_gp_is_normal(); in rcu_torture_writer()