Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dcpufreq.h24 bool cpufreq_this_cpu_can_update(struct cpufreq_policy *policy);
/openbmc/linux/kernel/sched/
H A Dcpufreq.c69 bool cpufreq_this_cpu_can_update(struct cpufreq_policy *policy) in cpufreq_this_cpu_can_update() function
H A Dcpufreq_schedutil.c81 if (!cpufreq_this_cpu_can_update(sg_policy->policy)) in sugov_should_update_freq()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_governor.c276 if (!cpufreq_this_cpu_can_update(policy_dbs->policy)) in dbs_update_util_handler()