Searched refs:primary_cpu (Results 1 – 2 of 2) sorted by relevance
31 void smp_shutdown_nonboot_cpus(unsigned int primary_cpu);45 static inline void smp_shutdown_nonboot_cpus(unsigned int primary_cpu) { } in smp_shutdown_nonboot_cpus() argument
1523 void smp_shutdown_nonboot_cpus(unsigned int primary_cpu) in smp_shutdown_nonboot_cpus() argument1535 if (!cpu_online(primary_cpu)) in smp_shutdown_nonboot_cpus()1536 primary_cpu = cpumask_first(cpu_online_mask); in smp_shutdown_nonboot_cpus()1539 if (cpu == primary_cpu) in smp_shutdown_nonboot_cpus()