Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c491 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single()
541 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
715 if (policy->fast_switch_enabled) in sugov_kthread_create()
748 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
917 if (!policy->fast_switch_enabled) { in sugov_stop()
927 if (!policy->fast_switch_enabled) { in sugov_limits()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c506 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
523 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
524 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1708 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufreq.h110 bool fast_switch_enabled; member