Searched defs:gpnum (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/include/trace/events/ | 
| D | rcu.h | 707 #define trace_rcu_grace_period(rcuname, gpnum, gpevent) do { } while (0)  argument 708 #define trace_rcu_grace_period_init(rcuname, gpnum, level, grplo, grphi, \  argument 710 #define trace_rcu_future_grace_period(rcuname, gpnum, completed, c, \  argument 714 #define trace_rcu_preempt_task(rcuname, pid, gpnum) do { } while (0)  argument 715 #define trace_rcu_unlock_preempted_task(rcuname, gpnum, pid) do { } while (0)  argument 716 #define trace_rcu_quiescent_state_report(rcuname, gpnum, mask, qsmask, level, \  argument 719 #define trace_rcu_fqs(rcuname, gpnum, cpu, qsevent) do { } while (0)  argument
  | 
| /linux-4.1.27/kernel/rcu/ | 
| D | tree_trace.c | 267 	unsigned long gpnum;  in print_one_rcu_state()  local 320 	unsigned long gpnum;  in show_one_rcugp()  local
  | 
| D | tree.h | 126 	unsigned long gpnum;	/* Current grace period for this node. */  member 260 	unsigned long	gpnum;		/* Highest gp number that this CPU */  member 438 	unsigned long gpnum;			/* Current gp number. */  member
  | 
| D | tree.c | 476 			    unsigned long *gpnum, unsigned long *completed)  in rcutorture_get_gp_data() 1162 static void print_other_cpu_stall(struct rcu_state *rsp, unsigned long gpnum)  in print_other_cpu_stall() 1283 	unsigned long gpnum;  in check_cpu_stall()  local
  | 
| D | rcutorture.c | 1260 		unsigned long __maybe_unused gpnum;  in rcu_torture_stats_print()  local
  | 
| /linux-4.1.27/include/linux/ | 
| D | rcupdate.h | 93 					  unsigned long *gpnum,  in rcutorture_get_gp_data()
  |