Home
last modified time | relevance | path

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

/linux-4.19.296/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()
1549 if (policy->fast_switch_enabled) in __cpufreq_get()
/linux-4.19.296/include/linux/
Dcpufreq.h121 bool fast_switch_enabled; member