cpu1 55 arch/mips/kernel/cacheinfo.c int cpu1; cpu1 57 arch/mips/kernel/cacheinfo.c for_each_possible_cpu(cpu1) cpu1 58 arch/mips/kernel/cacheinfo.c if (cpus_are_siblings(cpu, cpu1)) cpu1 59 arch/mips/kernel/cacheinfo.c cpumask_set_cpu(cpu1, cpu_map); cpu1 64 arch/mips/kernel/cacheinfo.c int cpu1; cpu1 67 arch/mips/kernel/cacheinfo.c for_each_possible_cpu(cpu1) cpu1 68 arch/mips/kernel/cacheinfo.c if (cpu_cluster(&cpu_data[cpu1]) == cluster) cpu1 69 arch/mips/kernel/cacheinfo.c cpumask_set_cpu(cpu1, cpu_map); cpu1 413 arch/x86/kernel/smpboot.c int cpu1 = c->cpu_index, cpu2 = o->cpu_index; cpu1 415 arch/x86/kernel/smpboot.c return (cpu_to_node(cpu1) == cpu_to_node(cpu2)); cpu1 421 arch/x86/kernel/smpboot.c int cpu1 = c->cpu_index, cpu2 = o->cpu_index; cpu1 426 arch/x86/kernel/smpboot.c cpu1, name, cpu2, cpu_to_node(cpu1), cpu_to_node(cpu2)); cpu1 438 arch/x86/kernel/smpboot.c int cpu1 = c->cpu_index, cpu2 = o->cpu_index; cpu1 442 arch/x86/kernel/smpboot.c per_cpu(cpu_llc_id, cpu1) == per_cpu(cpu_llc_id, cpu2)) { cpu1 483 arch/x86/kernel/smpboot.c int cpu1 = c->cpu_index, cpu2 = o->cpu_index; cpu1 486 arch/x86/kernel/smpboot.c if (per_cpu(cpu_llc_id, cpu1) == BAD_APICID) cpu1 490 arch/x86/kernel/smpboot.c if (per_cpu(cpu_llc_id, cpu1) != per_cpu(cpu_llc_id, cpu2)) cpu1 2650 drivers/scsi/megaraid/megaraid_sas_fusion.c (raid->cpuAffinity.pdRead.cpu1)) cpu1 2652 drivers/scsi/megaraid/megaraid_sas_fusion.c else if (raid->cpuAffinity.pdRead.cpu1) cpu1 2656 drivers/scsi/megaraid/megaraid_sas_fusion.c (raid->cpuAffinity.pdWrite.cpu1)) cpu1 2658 drivers/scsi/megaraid/megaraid_sas_fusion.c else if (raid->cpuAffinity.pdWrite.cpu1) cpu1 2673 drivers/scsi/megaraid/megaraid_sas_fusion.c (raid->cpuAffinity.ldRead.cpu1)) cpu1 2675 drivers/scsi/megaraid/megaraid_sas_fusion.c else if (raid->cpuAffinity.ldRead.cpu1) cpu1 2679 drivers/scsi/megaraid/megaraid_sas_fusion.c (raid->cpuAffinity.ldWrite.cpu1)) cpu1 2681 drivers/scsi/megaraid/megaraid_sas_fusion.c else if (raid->cpuAffinity.ldWrite.cpu1) cpu1 780 drivers/scsi/megaraid/megaraid_sas_fusion.h u8 cpu1:1; cpu1 788 drivers/scsi/megaraid/megaraid_sas_fusion.h u8 cpu1:1; cpu1 32 include/linux/stop_machine.h int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg); cpu1 244 kernel/stop_machine.c static int cpu_stop_queue_two_works(int cpu1, struct cpu_stop_work *work1, cpu1 247 kernel/stop_machine.c struct cpu_stopper *stopper1 = per_cpu_ptr(&cpu_stopper, cpu1); cpu1 317 kernel/stop_machine.c int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) cpu1 327 kernel/stop_machine.c .active_cpus = cpumask_of(cpu1), cpu1 339 kernel/stop_machine.c if (cpu1 > cpu2) cpu1 340 kernel/stop_machine.c swap(cpu1, cpu2); cpu1 341 kernel/stop_machine.c if (cpu_stop_queue_two_works(cpu1, &work1, cpu2, &work2)) cpu1 165 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void pipe_setup(int cpu1, int cpu2) cpu1 208 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void yield_setup(int cpu1, int cpu2) cpu1 210 tools/testing/selftests/powerpc/benchmarks/context_switch.c if (cpu1 != cpu2) { cpu1 310 tools/testing/selftests/powerpc/benchmarks/context_switch.c static void futex_setup(int cpu1, int cpu2) cpu1 408 tools/testing/selftests/powerpc/benchmarks/context_switch.c int cpu1; cpu1 458 tools/testing/selftests/powerpc/benchmarks/context_switch.c cpu1 = cpu2 = pick_online_cpu(); cpu1 460 tools/testing/selftests/powerpc/benchmarks/context_switch.c cpu1 = atoi(argv[optind++]); cpu1 474 tools/testing/selftests/powerpc/benchmarks/context_switch.c cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no", cpu1 482 tools/testing/selftests/powerpc/benchmarks/context_switch.c actions->setup(cpu1, cpu2); cpu1 484 tools/testing/selftests/powerpc/benchmarks/context_switch.c start_fn(actions->thread1, NULL, cpu1);