Searched defs:gpnum (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | rcu.h | 706 #define trace_rcu_grace_period(rcuname, gpnum, gpevent) do { } while (0) argument 707 #define trace_rcu_grace_period_init(rcuname, gpnum, level, grplo, grphi, \ argument 709 #define trace_rcu_future_grace_period(rcuname, gpnum, completed, c, \ argument 713 #define trace_rcu_preempt_task(rcuname, pid, gpnum) do { } while (0) argument 714 #define trace_rcu_unlock_preempted_task(rcuname, gpnum, pid) do { } while (0) argument 715 #define trace_rcu_quiescent_state_report(rcuname, gpnum, mask, qsmask, level, \ argument 718 #define trace_rcu_fqs(rcuname, gpnum, cpu, qsevent) do { } while (0) argument
|
/linux-4.4.14/kernel/rcu/ |
D | tree_trace.c | 264 unsigned long gpnum; in print_one_rcu_state() local 317 unsigned long gpnum; in show_one_rcugp() local
|
D | tree.h | 154 unsigned long gpnum; /* Current grace period for this node. */ member 305 unsigned long gpnum; /* Highest gp number that this CPU */ member 472 unsigned long gpnum; /* Current gp number. */ member
|
D | tree.c | 531 unsigned long *gpnum, unsigned long *completed) in rcutorture_get_gp_data() 1227 static void print_other_cpu_stall(struct rcu_state *rsp, unsigned long gpnum) in print_other_cpu_stall() 1349 unsigned long gpnum; in check_cpu_stall() local
|
D | rcutorture.c | 1305 unsigned long __maybe_unused gpnum; in rcu_torture_stats_print() local
|
/linux-4.4.14/include/linux/ |
D | rcupdate.h | 95 unsigned long *gpnum, in rcutorture_get_gp_data()
|