Home
last modified time | relevance | path

Searched refs:cpus_stop_mask (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dsmp.c188 cpumask_copy(&cpus_stop_mask, cpu_online_mask); in native_stop_other_cpus()
189 cpumask_clear_cpu(cpu, &cpus_stop_mask); in native_stop_other_cpus()
191 if (!cpumask_empty(&cpus_stop_mask)) { in native_stop_other_cpus()
201 while (!cpumask_empty(&cpus_stop_mask) && timeout--) in native_stop_other_cpus()
206 if (!cpumask_empty(&cpus_stop_mask)) { in native_stop_other_cpus()
215 for_each_cpu(cpu, &cpus_stop_mask) in native_stop_other_cpus()
224 while (!cpumask_empty(&cpus_stop_mask) && (wait || timeout--)) in native_stop_other_cpus()
237 cpumask_clear(&cpus_stop_mask); in native_stop_other_cpus()
H A Dprocess.c794 struct cpumask cpus_stop_mask; variable
836 cpumask_clear_cpu(cpu, &cpus_stop_mask); in stop_this_cpu()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu.h96 extern struct cpumask cpus_stop_mask;