cpu2              413 arch/x86/kernel/smpboot.c 	int cpu1 = c->cpu_index, cpu2 = o->cpu_index;
cpu2              415 arch/x86/kernel/smpboot.c 	return (cpu_to_node(cpu1) == cpu_to_node(cpu2));
cpu2              421 arch/x86/kernel/smpboot.c 	int cpu1 = c->cpu_index, cpu2 = o->cpu_index;
cpu2              426 arch/x86/kernel/smpboot.c 		cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2));
cpu2              438 arch/x86/kernel/smpboot.c 		int cpu1 = c->cpu_index, cpu2 = o->cpu_index;
cpu2              442 arch/x86/kernel/smpboot.c 		    per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2)) {
cpu2              483 arch/x86/kernel/smpboot.c 	int cpu1 = c->cpu_index, cpu2 = o->cpu_index;
cpu2              490 arch/x86/kernel/smpboot.c 	if (per_cpu(cpu_llc_id, cpu1) != per_cpu(cpu_llc_id, cpu2))
cpu2              781 drivers/scsi/megaraid/megaraid_sas_fusion.h 		u8 cpu2:1;
cpu2              787 drivers/scsi/megaraid/megaraid_sas_fusion.h 		u8 cpu2:1;
cpu2               32 include/linux/stop_machine.h int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg);
cpu2              245 kernel/stop_machine.c 				    int cpu2, struct cpu_stop_work *work2)
cpu2              248 kernel/stop_machine.c 	struct cpu_stopper *stopper2 = per_cpu_ptr(&cpu_stopper, cpu2);
cpu2              317 kernel/stop_machine.c int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg)
cpu2              339 kernel/stop_machine.c 	if (cpu1 > cpu2)
cpu2              340 kernel/stop_machine.c 		swap(cpu1, cpu2);
cpu2              341 kernel/stop_machine.c 	if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2))
cpu2              329 tools/perf/util/stat-display.c 		int cpu2 = evsel__cpus(evsel)->map[i];
cpu2              331 tools/perf/util/stat-display.c 		if (config->aggr_get_id(config, evlist->core.cpus, cpu2) == id)
cpu2              332 tools/perf/util/stat-display.c 			return cpu2;
cpu2              165 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void pipe_setup(int cpu1, int cpu2)
cpu2              208 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void yield_setup(int cpu1, int cpu2)
cpu2              210 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	if (cpu1 != cpu2) {
cpu2              310 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void futex_setup(int cpu1, int cpu2)
cpu2              409 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	int cpu2;
cpu2              458 tools/testing/selftests/powerpc/benchmarks/context_switch.c 		cpu1 = cpu2 = pick_online_cpu();
cpu2              461 tools/testing/selftests/powerpc/benchmarks/context_switch.c 		cpu2 = atoi(argv[optind++]);
cpu2              474 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	       cpu1, cpu2, touch_fp ?  "yes" : "no", touch_altivec ? "yes" : "no",
cpu2              482 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	actions->setup(cpu1, cpu2);
cpu2              485 tools/testing/selftests/powerpc/benchmarks/context_switch.c 	start_fn(actions->thread2, NULL, cpu2);