Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dsrcutree.c1005 struct srcu_node *snp_leaf; in srcu_funnel_gp_start() local
1011 snp_leaf = NULL; in srcu_funnel_gp_start()
1013 snp_leaf = sdp->mynode; in srcu_funnel_gp_start()
1015 if (snp_leaf) in srcu_funnel_gp_start()
1017 for (snp = snp_leaf; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_gp_start()
1018 if (WARN_ON_ONCE(rcu_seq_done(&sup->srcu_gp_seq, s)) && snp != snp_leaf) in srcu_funnel_gp_start()
1023 if (snp == snp_leaf && snp_seq == s) in srcu_funnel_gp_start()
1026 if (snp == snp_leaf && snp_seq != s) { in srcu_funnel_gp_start()
1035 if (snp == snp_leaf) in srcu_funnel_gp_start()