Home
last modified time | relevance | path

Searched refs:dvfs_possible_from_any_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/sched/
H A Dcpufreq.c73 (policy->dvfs_possible_from_any_cpu && in cpufreq_this_cpu_can_update()
H A Dcpufreq_schedutil.c697 if (policy->dvfs_possible_from_any_cpu) in sugov_kthread_create()
/linux/drivers/cpufreq/
H A Dscpi-cpufreq.c156 policy->dvfs_possible_from_any_cpu = true; in scpi_cpufreq_init()
H A Dcpufreq-dt.c115 policy->dvfs_possible_from_any_cpu = true; in cpufreq_init()
H A Dapple-soc-cpufreq.c315 policy->dvfs_possible_from_any_cpu = true; in apple_soc_cpufreq_init()
H A Dscmi-cpufreq.c293 policy->dvfs_possible_from_any_cpu = true; in scmi_cpufreq_init()
/linux/include/linux/
H A Dcpufreq.h140 bool dvfs_possible_from_any_cpu; member
/linux/rust/kernel/
H A Dcpufreq.rs564 self.as_mut_ref().dvfs_possible_from_any_cpu = val; in set_dvfs_possible_from_any_cpu()