Searched refs:cpus_stop_mask (Results 1 – 2 of 2) sorted by relevance
190 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()241 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()