Lines Matching defs:gp_seq_req
992 unsigned long gp_seq_req, const char *s)
995 gp_seq_req, rnp->level,
1003 * @gp_seq_req: The gp_seq of the grace period to start.
1016 unsigned long gp_seq_req)
1031 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf"));
1035 if (ULONG_CMP_GE(rnp->gp_seq_needed, gp_seq_req) ||
1036 rcu_seq_started(&rnp->gp_seq, gp_seq_req) ||
1039 trace_rcu_this_gp(rnp, rdp, gp_seq_req,
1043 WRITE_ONCE(rnp->gp_seq_needed, gp_seq_req);
1051 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req,
1063 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot"));
1066 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedroot"));
1070 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("NoGPkthread"));
1077 if (ULONG_CMP_LT(gp_seq_req, rnp->gp_seq_needed)) {
1144 unsigned long gp_seq_req;
1166 gp_seq_req = rcu_seq_snap(&rcu_state.gp_seq);
1167 if (rcu_segcblist_accelerate(&rdp->cblist, gp_seq_req))
1168 ret = rcu_start_this_gp(rnp, rdp, gp_seq_req);
1172 trace_rcu_grace_period(rcu_state.name, gp_seq_req, TPS("AccWaitCB"));
1174 trace_rcu_grace_period(rcu_state.name, gp_seq_req, TPS("AccReadyCB"));