Searched refs:gp_seq_req (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/trace/events/ |
D | rcu.h | 110 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(long, gp_seq_req) 128 __entry->gp_seq_req = (long)gp_seq_req; 136 __entry->rcuname, (long)__entry->gp_seq, (long)__entry->gp_seq_req, __entry->level,
|
/Linux-v6.1/kernel/rcu/ |
D | tree.c | 941 unsigned long gp_seq_req, const char *s) in trace_rcu_this_gp() argument 944 gp_seq_req, rnp->level, in trace_rcu_this_gp() 965 unsigned long gp_seq_req) in rcu_start_this_gp() argument 980 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 984 if (ULONG_CMP_GE(rnp->gp_seq_needed, gp_seq_req) || in rcu_start_this_gp() 985 rcu_seq_started(&rnp->gp_seq, gp_seq_req) || in rcu_start_this_gp() 988 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp() 992 WRITE_ONCE(rnp->gp_seq_needed, gp_seq_req); in rcu_start_this_gp() 1000 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp() 1012 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp() [all …]
|