Searched refs:cpus_stop_mask (Results 1 – 3 of 3) sorted by relevance
188 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()
794 struct cpumask cpus_stop_mask; variable836 cpumask_clear_cpu(cpu, &cpus_stop_mask); in stop_this_cpu()
96 extern struct cpumask cpus_stop_mask;