Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dsrcutree.c1004 struct srcu_node *snp_leaf; in srcu_funnel_gp_start() local
1010 snp_leaf = NULL; in srcu_funnel_gp_start()
1012 snp_leaf = sdp->mynode; in srcu_funnel_gp_start()
1014 if (snp_leaf) in srcu_funnel_gp_start()
1016 for (snp = snp_leaf; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_gp_start()
1017 if (WARN_ON_ONCE(rcu_seq_done(&sup->srcu_gp_seq, s)) && snp != snp_leaf) in srcu_funnel_gp_start()
1022 if (snp == snp_leaf && snp_seq == s) in srcu_funnel_gp_start()
1025 if (snp == snp_leaf && snp_seq != s) { in srcu_funnel_gp_start()
1034 if (snp == snp_leaf) in srcu_funnel_gp_start()