Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.c1696 bool needgp = false; in rcu_gp_cleanup() local
1739 needgp = __note_gp_changes(rnp, rdp) || needgp; in rcu_gp_cleanup()
1741 needgp = rcu_future_gp_cleanup(rnp) || needgp; in rcu_gp_cleanup()
1758 if (!needgp && ULONG_CMP_LT(rnp->gp_seq, rnp->gp_seq_needed)) { in rcu_gp_cleanup()
1761 needgp = true; in rcu_gp_cleanup()
1766 if ((offloaded || !rcu_accelerate_cbs(rnp, rdp)) && needgp) { in rcu_gp_cleanup()
Dsrcutree.c844 bool needgp = false; in __call_srcu() local
867 needgp = true; in __call_srcu()
874 if (needgp) in __call_srcu()