Home | History | Annotate | Download | only in perf

Lines Matching refs:MAX_CPUS

27 #define MAX_CPUS		4096
137 u32 curr_pid[MAX_CPUS];
138 struct thread *curr_thread[MAX_CPUS];
169 u64 cpu_last_switched[MAX_CPUS];
703 if (cpu >= MAX_CPUS || cpu < 0)
935 BUG_ON(cpu >= MAX_CPUS || cpu < 0);
998 BUG_ON(cpu >= MAX_CPUS || cpu < 0);
1287 BUG_ON(this_cpu >= MAX_CPUS || this_cpu < 0);
1677 .curr_pid = { [0 ... MAX_CPUS - 1] = -1 },