Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dcpufreq_schedutil.c367 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single_freq()
453 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
596 if (policy->fast_switch_enabled) in sugov_kthread_create()
629 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
777 else if (policy->fast_switch_enabled && cpufreq_driver_has_adjust_perf()) in sugov_start()
800 if (!policy->fast_switch_enabled) { in sugov_stop()
810 if (!policy->fast_switch_enabled) { in sugov_limits()
/Linux-v5.15/drivers/cpufreq/
Dcpufreq.c501 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
518 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
519 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1701 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
/Linux-v5.15/include/linux/
Dcpufreq.h113 bool fast_switch_enabled; member