Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c369 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single_freq()
457 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
600 if (policy->fast_switch_enabled) in sugov_kthread_create()
633 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
781 else if (policy->fast_switch_enabled && cpufreq_driver_has_adjust_perf()) in sugov_start()
804 if (!policy->fast_switch_enabled) { in sugov_stop()
814 if (!policy->fast_switch_enabled) { in sugov_limits()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c510 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
527 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
528 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1781 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
H A Damd-pstate.c541 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq()
/openbmc/linux/include/linux/
H A Dcpufreq.h113 bool fast_switch_enabled; member