Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsmp.c190 cpumask_copy(&cpus_stop_mask, cpu_online_mask); in native_stop_other_cpus()
191 cpumask_clear_cpu(this_cpu, &cpus_stop_mask); in native_stop_other_cpus()
193 if (!cpumask_empty(&cpus_stop_mask)) { in native_stop_other_cpus()
203 while (!cpumask_empty(&cpus_stop_mask) && timeout--) in native_stop_other_cpus()
208 if (!cpumask_empty(&cpus_stop_mask)) { in native_stop_other_cpus()
219 for_each_cpu(cpu, &cpus_stop_mask) in native_stop_other_cpus()
228 while (!cpumask_empty(&cpus_stop_mask) && (wait || timeout--)) in native_stop_other_cpus()
238 * Ensure that the cpus_stop_mask cache lines are invalidated on in native_stop_other_cpus()
241 cpumask_clear(&cpus_stop_mask); in native_stop_other_cpus()
H A Dprocess.c809 struct cpumask cpus_stop_mask; variable
847 * native_stop_other_cpus() will overwrite cpus_stop_mask after it in stop_this_cpu()
851 cpumask_clear_cpu(cpu, &cpus_stop_mask); in stop_this_cpu()
/linux/arch/x86/include/asm/
H A Dcpu.h68 extern struct cpumask cpus_stop_mask;