Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_interactive.c79 unsigned int hispeed_freq; member
410 if (pcpu->target_freq < tunables->hispeed_freq) { in cpufreq_interactive_timer()
411 new_freq = tunables->hispeed_freq; in cpufreq_interactive_timer()
415 if (new_freq < tunables->hispeed_freq) in cpufreq_interactive_timer()
416 new_freq = tunables->hispeed_freq; in cpufreq_interactive_timer()
420 if (new_freq > tunables->hispeed_freq && in cpufreq_interactive_timer()
421 pcpu->target_freq < tunables->hispeed_freq) in cpufreq_interactive_timer()
422 new_freq = tunables->hispeed_freq; in cpufreq_interactive_timer()
425 if (pcpu->target_freq >= tunables->hispeed_freq && in cpufreq_interactive_timer()
470 if (!tunables->boosted || new_freq > tunables->hispeed_freq) { in cpufreq_interactive_timer()
[all …]