Home
last modified time | relevance | path

Searched refs:my_cpu (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
Dmachine_kexec_64.c186 int my_cpu, i, notified=-1; in kexec_prepare_cpus_wait() local
189 my_cpu = get_cpu(); in kexec_prepare_cpus_wait()
205 if (i == my_cpu) in kexec_prepare_cpus_wait()
/arch/tile/kernel/
Dsmp.c70 int my_cpu = smp_processor_id(); in send_IPI_many() local
73 BUG_ON(cpu == my_cpu); in send_IPI_many()