Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c423 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single_freq()
505 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
648 if (policy->fast_switch_enabled) in sugov_kthread_create()
685 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
832 else if (policy->fast_switch_enabled && cpufreq_driver_has_adjust_perf()) in sugov_start()
858 if (!policy->fast_switch_enabled) { in sugov_stop()
868 if (!policy->fast_switch_enabled) { in sugov_limits()
/linux/drivers/cpufreq/
H A Dcpufreq.c511 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
528 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
529 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1783 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
H A Damd-pstate.c636 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq()
/linux/include/linux/
H A Dcpufreq.h113 bool fast_switch_enabled; member