Home
last modified time | relevance | path

Searched refs:cpufreq_this_cpu_can_update (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sched/
H A Dcpufreq.h24 bool cpufreq_this_cpu_can_update(struct cpufreq_policy *policy);
/linux/kernel/sched/
H A Dcpufreq.c62 * cpufreq_this_cpu_can_update - Check if cpufreq policy can be updated.
70 bool cpufreq_this_cpu_can_update(struct cpufreq_policy *policy) in cpufreq_this_cpu_can_update() function
H A Dcpufreq_schedutil.c83 if (!cpufreq_this_cpu_can_update(sg_policy->policy)) in sugov_should_update_freq()
/linux/drivers/cpufreq/
H A Dcpufreq_governor.c277 if (!cpufreq_this_cpu_can_update(policy_dbs->policy)) in dbs_update_util_handler()