Searched refs:snp_leaf (Results 1 – 1 of 1) sorted by relevance
991 struct srcu_node *snp_leaf; in srcu_funnel_gp_start() local996 snp_leaf = NULL; in srcu_funnel_gp_start()998 snp_leaf = sdp->mynode; in srcu_funnel_gp_start()1000 if (snp_leaf) in srcu_funnel_gp_start()1002 for (snp = snp_leaf; snp != NULL; snp = snp->srcu_parent) { in srcu_funnel_gp_start()1003 if (WARN_ON_ONCE(rcu_seq_done(&ssp->srcu_gp_seq, s)) && snp != snp_leaf) in srcu_funnel_gp_start()1008 if (snp == snp_leaf && snp_seq == s) in srcu_funnel_gp_start()1011 if (snp == snp_leaf && snp_seq != s) { in srcu_funnel_gp_start()1020 if (snp == snp_leaf) in srcu_funnel_gp_start()
Completed in 13 milliseconds