Home
last modified time | relevance | path

Searched refs:needgp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/rcu/
Dsrcutree.c842 bool needgp = false; in __call_srcu() local
864 needgp = true; in __call_srcu()
871 if (needgp) in __call_srcu()
Dtree.c1975 bool needgp = false; in rcu_gp_cleanup() local
2019 needgp = __note_gp_changes(rnp, rdp) || needgp; in rcu_gp_cleanup()
2021 needgp = rcu_future_gp_cleanup(rnp) || needgp; in rcu_gp_cleanup()
2045 if (!needgp && ULONG_CMP_LT(rnp->gp_seq, rnp->gp_seq_needed)) { in rcu_gp_cleanup()
2048 needgp = true; in rcu_gp_cleanup()
2053 if ((offloaded || !rcu_accelerate_cbs(rnp, rdp)) && needgp) { in rcu_gp_cleanup()