Home
last modified time | relevance | path

Searched refs:dvfs_possible_from_any_cpu (Results 1 – 9 of 9) 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.c292 policy->dvfs_possible_from_any_cpu = true; in scmi_cpufreq_init()
H A Dcppc_cpufreq.c632 policy->dvfs_possible_from_any_cpu = true; in cppc_cpufreq_cpu_init()
/linux/include/linux/
H A Dcpufreq.h142 bool dvfs_possible_from_any_cpu; member
/linux/rust/kernel/
H A Dcpufreq.rs565 self.as_mut_ref().dvfs_possible_from_any_cpu = val; in set_dvfs_possible_from_any_cpu()