Searched refs:primary_cpu (Results 1 – 2 of 2) sorted by relevance
30 void smp_shutdown_nonboot_cpus(unsigned int primary_cpu);44 static inline void smp_shutdown_nonboot_cpus(unsigned int primary_cpu) { } in smp_shutdown_nonboot_cpus() argument
1539 void smp_shutdown_nonboot_cpus(unsigned int primary_cpu) in smp_shutdown_nonboot_cpus() argument1551 if (!cpu_online(primary_cpu)) in smp_shutdown_nonboot_cpus()1552 primary_cpu = cpumask_first(cpu_online_mask); in smp_shutdown_nonboot_cpus()1555 if (cpu == primary_cpu) in smp_shutdown_nonboot_cpus()