Searched refs:gpmax (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
D | tree_trace.c | 319 unsigned long gpmax; in show_one_rcugp() local 329 gpmax = rsp->gp_max; in show_one_rcugp() 332 ulong2long(completed), ulong2long(gpnum), gpage, gpmax); in show_one_rcugp()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 681 int num, int wmin, int wmax, int gpmax) in perf_sched_init() argument 688 sched->max_gp = gpmax; in perf_sched_init() 814 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument 818 perf_sched_init(&sched, constraints, n, wmin, wmax, gpmax); in perf_assign_events() 879 int gpmax = x86_pmu.num_counters; in x86_schedule_events() local 893 gpmax /= 2; in x86_schedule_events() 896 wmax, gpmax, assign); in x86_schedule_events()
|
D | perf_event.h | 749 int wmin, int wmax, int gpmax, int *assign);
|