Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c89 if (sg_policy->policy->fast_switch_enabled && in sugov_should_update_freq()
461 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single()
511 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
645 if (policy->fast_switch_enabled) in sugov_kthread_create()
678 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
844 if (!policy->fast_switch_enabled) { in sugov_stop()
854 if (!policy->fast_switch_enabled) { in sugov_limits()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq_stats.c61 if (policy->fast_switch_enabled) in show_time_in_state()
87 if (policy->fast_switch_enabled) in show_trans_table()
Dcpufreq.c460 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
477 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
478 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1543 if (unlikely(policy_is_inactive(policy)) || policy->fast_switch_enabled) in __cpufreq_get()
/Linux-v4.19/include/linux/
Dcpufreq.h121 bool fast_switch_enabled; member