Searched refs:MAX_CPU (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/samples/bpf/
H A Dlathist_user.c17 #define MAX_CPU 4 macro
25 static struct cpu_hist cpu_hist[MAX_CPU];
47 for (j = 0; j < MAX_CPU; j++) { print_hist()
70 for (i = 0; i < MAX_CPU; i++) get_data()
73 for (c = 0; c < MAX_CPU; c++) { get_data()
H A Dlathist_kern.c14 #define MAX_CPU 4 macro
25 .max_entries = MAX_CPU,
68 .max_entries = MAX_CPU * MAX_ENTRIES,
/linux-4.4.14/drivers/clk/mvebu/
H A Dclk-cpu.c34 #define MAX_CPU 4 macro
231 clk_data.clk_num = MAX_CPU; of_cpu_clk_setup()
/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c39 #define MAX_CPU 32 macro
64 #define OPENPIC_CPU_REG_SIZE (0x100 + ((MAX_CPU - 1) * 0x1000))
224 struct irq_dest dst[MAX_CPU];
546 for (i = 0; i < MAX_CPU; i++) { openpic_reset()
1743 if (cpu < 0 || cpu >= MAX_CPU) kvmppc_mpic_connect_vcpu()

Completed in 142 milliseconds