Lines Matching refs:hispeed_freq
79 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()
645 if (pcpu->target_freq < tunables->hispeed_freq) { in cpufreq_interactive_boost()
646 pcpu->target_freq = tunables->hispeed_freq; in cpufreq_interactive_boost()
658 pcpu->floor_freq = tunables->hispeed_freq; in cpufreq_interactive_boost()
842 return sprintf(buf, "%u\n", tunables->hispeed_freq); in show_hispeed_freq()
854 tunables->hispeed_freq = val; in store_hispeed_freq()
1060 show_store_gov_pol_sys(hispeed_freq);
1084 gov_sys_pol_attr_rw(hispeed_freq);
1260 if (!tunables->hispeed_freq) in cpufreq_governor_interactive()
1261 tunables->hispeed_freq = policy->max; in cpufreq_governor_interactive()