Home
last modified time | relevance | path

Searched refs:fast_switch_enabled (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Dcpufreq_schedutil.c492 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single()
569 if (sg_policy->policy->fast_switch_enabled)
716 if (policy->fast_switch_enabled)
749 if (sg_policy->policy->fast_switch_enabled)
915 if (!policy->fast_switch_enabled) {
925 if (!policy->fast_switch_enabled) {
/kernel/linux/linux-5.10/drivers/cpufreq/
Dcpufreq.c502 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
519 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
520 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1692 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
/kernel/linux/linux-5.10/include/linux/
Dcpufreq.h110 bool fast_switch_enabled; member