Searched refs:gp_seq_req (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree.c | 992 unsigned long gp_seq_req, const char *s) in trace_rcu_this_gp() argument 995 gp_seq_req, rnp->level, in trace_rcu_this_gp() 1016 unsigned long gp_seq_req) in rcu_start_this_gp() argument 1031 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 1035 if (ULONG_CMP_GE(rnp->gp_seq_needed, gp_seq_req) || in rcu_start_this_gp() 1036 rcu_seq_started(&rnp->gp_seq, gp_seq_req) || in rcu_start_this_gp() 1039 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp() 1043 WRITE_ONCE(rnp->gp_seq_needed, gp_seq_req); in rcu_start_this_gp() 1051 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp() 1063 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp() [all …]
|