Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_interactive.c105 int boost_val; member
407 tunables->boosted = tunables->boost_val || now < tunables->boostpulse_endtime; in cpufreq_interactive_timer()
938 return sprintf(buf, "%d\n", tunables->boost_val); in show_boost()
951 tunables->boost_val = val; in store_boost()
953 if (tunables->boost_val) { in store_boost()