Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A 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(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,
/openbmc/linux/kernel/rcu/
H A Dtree.c905 unsigned long gp_seq_req, const char *s) in trace_rcu_this_gp() argument
908 gp_seq_req, rnp->level, in trace_rcu_this_gp()
929 unsigned long gp_seq_req) in rcu_start_this_gp() argument
949 rcu_seq_started(&rnp->gp_seq, gp_seq_req) || in rcu_start_this_gp()
952 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp()
956 WRITE_ONCE(rnp->gp_seq_needed, gp_seq_req); in rcu_start_this_gp()
964 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp()
990 if (ULONG_CMP_LT(gp_seq_req, rnp->gp_seq_needed)) { in rcu_start_this_gp()
1089 unsigned long gp_seq_req; in rcu_accelerate_cbs() local
1111 gp_seq_req = rcu_seq_snap(&rcu_state.gp_seq); in rcu_accelerate_cbs()
[all …]