Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Dtree.c1350 static bool rcu_start_this_gp(struct rcu_node *rnp_start, struct rcu_data *rdp, in rcu_start_this_gp() argument
1365 raw_lockdep_assert_held_rcu_node(rnp_start); in rcu_start_this_gp()
1366 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp()
1367 for (rnp = rnp_start; 1; rnp = rnp->parent) { in rcu_start_this_gp()
1368 if (rnp != rnp_start) in rcu_start_this_gp()
1372 (rnp != rnp_start && in rcu_start_this_gp()
1386 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp()
1390 if (rnp != rnp_start && rnp->parent != NULL) in rcu_start_this_gp()
1413 WRITE_ONCE(rnp_start->gp_seq_needed, rnp->gp_seq_needed); in rcu_start_this_gp()
1416 if (rnp != rnp_start) in rcu_start_this_gp()