Lines Matching defs:cpus
31 static bool supports_scale_freq_counters(const struct cpumask *cpus)
33 return cpumask_subset(cpus, &scale_freq_counters_mask);
60 const struct cpumask *cpus)
74 for_each_cpu(cpu, cpus) {
91 const struct cpumask *cpus)
98 for_each_cpu(cpu, cpus) {
130 void topology_set_freq_scale(const struct cpumask *cpus, unsigned long cur_freq,
144 if (supports_scale_freq_counters(cpus))
149 for_each_cpu(i, cpus)
165 * @cpus : The related CPUs for which capacity has been reduced
168 * Update the value of thermal pressure for all @cpus in the mask. The
177 void topology_update_thermal_pressure(const struct cpumask *cpus,
184 cpu = cpumask_first(cpus);
204 for_each_cpu(cpu, cpus)
648 cn = of_find_node_by_path("/cpus");