Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c53 unsigned int iowait_boost_max; member
328 if (sg_cpu->iowait_boost > sg_cpu->iowait_boost_max) in sugov_iowait_boost()
329 sg_cpu->iowait_boost = sg_cpu->iowait_boost_max; in sugov_iowait_boost()
392 boost_max = sg_cpu->iowait_boost_max; in sugov_iowait_apply()
820 sg_cpu->iowait_boost_max = policy->cpuinfo.max_freq; in sugov_start()