Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Drcu.h110 unsigned long gp_seq_req, u8 level, int grplo, int grphi,
113 TP_ARGS(rcuname, gp_seq, gp_seq_req, level, grplo, grphi, gpevent),
118 __field(unsigned long, gp_seq_req)
128 __entry->gp_seq_req = gp_seq_req;
136 __entry->rcuname, __entry->gp_seq, __entry->gp_seq_req, __entry->level,
/Linux-v5.4/kernel/rcu/
Dtree.c1108 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()
[all …]