Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Drcu.h107 unsigned long gp_seq_req, u8 level, int grplo, int grphi,
110 TP_ARGS(rcuname, gp_seq, gp_seq_req, level, grplo, grphi, gpevent),
115 __field(unsigned long, gp_seq_req)
125 __entry->gp_seq_req = gp_seq_req;
133 __entry->rcuname, __entry->gp_seq, __entry->gp_seq_req, __entry->level,
755 #define trace_rcu_future_grace_period(rcuname, gp_seq, gp_seq_req, \ argument
/Linux-v4.19/kernel/rcu/
Dtree.c1580 unsigned long gp_seq_req, const char *s) in trace_rcu_this_gp() argument
1582 trace_rcu_future_grace_period(rdp->rsp->name, rnp->gp_seq, gp_seq_req, in trace_rcu_this_gp()
1603 unsigned long gp_seq_req) in rcu_start_this_gp() argument
1619 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp()
1623 if (ULONG_CMP_GE(rnp->gp_seq_needed, gp_seq_req) || in rcu_start_this_gp()
1624 rcu_seq_started(&rnp->gp_seq, gp_seq_req) || in rcu_start_this_gp()
1627 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp()
1631 rnp->gp_seq_needed = gp_seq_req; in rcu_start_this_gp()
1639 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp()
1651 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp()
[all …]