Symbol: MAX_CPU
arch/powerpc/kvm/mpic.c
1742
if (cpu < 0 || cpu >= MAX_CPU)
arch/powerpc/kvm/mpic.c
223
struct irq_dest dst[MAX_CPU];
arch/powerpc/kvm/mpic.c
545
for (i = 0; i < MAX_CPU; i++) {
arch/powerpc/kvm/mpic.c
63
#define OPENPIC_CPU_REG_SIZE (0x100 + ((MAX_CPU - 1) * 0x1000))
drivers/clk/mvebu/clk-cpu.c
223
clk_data.clk_num = MAX_CPU;
samples/bpf/cpustat_kern.c
110
if (ctx->cpu_id > MAX_CPU)
samples/bpf/cpustat_kern.c
58
__uint(max_entries, MAX_CPU * MAP_OFF_NUM);
samples/bpf/cpustat_kern.c
66
__uint(max_entries, MAX_CPU * MAX_CSTATE_ENTRIES);
samples/bpf/cpustat_kern.c
74
__uint(max_entries, MAX_CPU * MAX_PSTATE_ENTRIES);
samples/bpf/cpustat_user.c
37
static struct cpu_stat_data stat_data[MAX_CPU];
samples/bpf/cpustat_user.c
64
for (j = 0; j < MAX_CPU; j++) {
samples/bpf/cpustat_user.c
83
for (c = 0; c < MAX_CPU; c++) {
samples/bpf/lathist_kern.c
25
__uint(max_entries, MAX_CPU);
samples/bpf/lathist_kern.c
68
__uint(max_entries, MAX_CPU * MAX_ENTRIES);
samples/bpf/lathist_user.c
21
static struct cpu_hist cpu_hist[MAX_CPU];
samples/bpf/lathist_user.c
43
for (j = 0; j < MAX_CPU; j++) {
samples/bpf/lathist_user.c
66
for (i = 0; i < MAX_CPU; i++)
samples/bpf/lathist_user.c
69
for (c = 0; c < MAX_CPU; c++) {
tools/perf/dlfilters/dlfilter-show-cycles.c
114
if (cpu >= 0 && cpu < MAX_CPU) {
tools/perf/dlfilters/dlfilter-show-cycles.c
19
static __u64 cycles[MAX_CPU][MAX_ENTRY];
tools/perf/dlfilters/dlfilter-show-cycles.c
20
static __u64 cycles_rpt[MAX_CPU][MAX_ENTRY];
tools/perf/dlfilters/dlfilter-show-cycles.c
91
if (cpu >= 0 && cpu < MAX_CPU)