Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dcpufreq_schedutil.c359 unsigned int boost_util, boost_max; in sugov_iowait_apply() local
392 boost_max = sg_cpu->iowait_boost_max; in sugov_iowait_apply()
393 if (*util * boost_max < *max * boost_util) { in sugov_iowait_apply()
395 *max = boost_max; in sugov_iowait_apply()