Searched refs:trace_rcu_this_gp (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/kernel/rcu/ |
| H A D | tree.c | 951 static void trace_rcu_this_gp(struct rcu_node *rnp, struct rcu_data *rdp, in trace_rcu_this_gp() function 991 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 999 trace_rcu_this_gp(rnp, rdp, gp_seq_req, in rcu_start_this_gp() 1011 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, in rcu_start_this_gp() 1023 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedleafroot")); in rcu_start_this_gp() 1026 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedroot")); in rcu_start_this_gp() 1030 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("NoGPkthread")); in rcu_start_this_gp() 1058 trace_rcu_this_gp(rnp, rdp, rnp->gp_seq, in rcu_future_gp_cleanup() 2178 trace_rcu_this_gp(rnp, rdp, rnp->gp_seq_needed, in rcu_gp_cleanup()
|
| H A D | tree_nocb.h | 808 trace_rcu_this_gp(rnp, my_rdp, wait_gp_seq, TPS("StartWait")); in nocb_gp_wait() 813 trace_rcu_this_gp(rnp, my_rdp, wait_gp_seq, TPS("EndWait")); in nocb_gp_wait()
|