Lines Matching refs:gp_seq_req
1108 unsigned long gp_seq_req, const char *s) in trace_rcu_this_gp() argument
1110 trace_rcu_future_grace_period(rcu_state.name, rnp->gp_seq, gp_seq_req, in trace_rcu_this_gp()
1131 unsigned long gp_seq_req) in rcu_start_this_gp() argument
1146 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp()
1150 if (ULONG_CMP_GE(rnp->gp_seq_needed, gp_seq_req) || in rcu_start_this_gp()
1151 rcu_seq_started(&rnp->gp_seq, gp_seq_req) || in rcu_start_this_gp()
1154 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp()
1158 rnp->gp_seq_needed = gp_seq_req; in rcu_start_this_gp()
1166 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp()
1178 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp()
1181 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedroot")); in rcu_start_this_gp()
1185 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("NoGPkthread")); in rcu_start_this_gp()
1192 if (ULONG_CMP_LT(gp_seq_req, rnp->gp_seq_needed)) { in rcu_start_this_gp()
1258 unsigned long gp_seq_req; in rcu_accelerate_cbs() local
1278 gp_seq_req = rcu_seq_snap(&rcu_state.gp_seq); in rcu_accelerate_cbs()
1279 if (rcu_segcblist_accelerate(&rdp->cblist, gp_seq_req)) in rcu_accelerate_cbs()
1280 ret = rcu_start_this_gp(rnp, rdp, gp_seq_req); in rcu_accelerate_cbs()