Searched refs:cpus_stop_mask (Results 1 – 3 of 3) 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() 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()
809 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()
68 extern struct cpumask cpus_stop_mask;