Searched refs:trace_rcu_this_gp (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/rcu/ |
D | tree.c | 1579 static void trace_rcu_this_gp(struct rcu_node *rnp, struct rcu_data *rdp, in trace_rcu_this_gp() function 1619 trace_rcu_this_gp(rnp_start, rdp, gp_seq_req, TPS("Startleaf")); in rcu_start_this_gp() 1627 trace_rcu_this_gp(rnp, rdp, 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() 1654 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("Startedroot")); in rcu_start_this_gp() 1658 trace_rcu_this_gp(rnp, rdp, gp_seq_req, TPS("NoGPkthread")); in rcu_start_this_gp() 1686 trace_rcu_this_gp(rnp, rdp, rnp->gp_seq, in rcu_future_gp_cleanup() 2129 trace_rcu_this_gp(rnp, rdp, rnp->gp_seq_needed, in rcu_gp_cleanup()
|
D | tree_plugin.h | 2160 trace_rcu_this_gp(rnp, rdp, c, TPS("StartWait")); in rcu_nocb_wait_gp() 2168 trace_rcu_this_gp(rnp, rdp, c, TPS("ResumeWait")); in rcu_nocb_wait_gp() 2170 trace_rcu_this_gp(rnp, rdp, c, TPS("EndWait")); in rcu_nocb_wait_gp()
|