Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c89 if (sg_policy->policy->fast_switch_enabled && in sugov_should_update_freq()
492 if (sg_policy->policy->fast_switch_enabled) { in sugov_update_single()
542 if (sg_policy->policy->fast_switch_enabled) in sugov_update_shared()
677 if (policy->fast_switch_enabled) in sugov_kthread_create()
710 if (sg_policy->policy->fast_switch_enabled) in sugov_kthread_stop()
877 if (!policy->fast_switch_enabled) { in sugov_stop()
887 if (!policy->fast_switch_enabled) { in sugov_limits()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq_stats.c59 if (policy->fast_switch_enabled) in show_time_in_state()
90 if (policy->fast_switch_enabled) in show_trans_table()
Dcpufreq.c490 policy->fast_switch_enabled = true; in cpufreq_enable_fast_switch()
507 if (policy->fast_switch_enabled) { in cpufreq_disable_fast_switch()
508 policy->fast_switch_enabled = false; in cpufreq_disable_fast_switch()
1662 if (policy->fast_switch_enabled || !has_target()) in cpufreq_verify_current_freq()
/Linux-v5.4/include/linux/
Dcpufreq.h110 bool fast_switch_enabled; member