Searched refs:allowed_cpus (Results 1 – 1 of 1) sorted by relevance
97 struct cpumask allowed_cpus; member193 if (cpumask_test_cpu(cpu, &cpufreq_dev->allowed_cpus)) { in cpufreq_cooling_get_level()229 if (!cpumask_test_cpu(policy->cpu, &cpufreq_dev->allowed_cpus)) in cpufreq_thermal_notifier()278 for_each_cpu(cpu, &cpufreq_device->allowed_cpus) { in build_dyn_power_table()427 struct cpumask *cpumask = &cpufreq_device->allowed_cpus; in get_static_power()527 unsigned int cpu = cpumask_any(&cpufreq_device->allowed_cpus); in cpufreq_set_cur_state()580 cpu = cpumask_any_and(&cpufreq_device->allowed_cpus, cpu_online_mask); in cpufreq_get_requested_power()594 u32 ncpus = cpumask_weight(&cpufreq_device->allowed_cpus); in cpufreq_get_requested_power()599 for_each_cpu(cpu, &cpufreq_device->allowed_cpus) { in cpufreq_get_requested_power()625 &cpufreq_device->allowed_cpus, in cpufreq_get_requested_power()[all …]