Searched refs:iowait_boost (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Dcpufreq_schedutil.c46 unsigned int iowait_boost; member in struct:sugov_cpu
228 sg_cpu->iowait_boost = set_iowait_boost ? IOWAIT_BOOST_MIN : 0;
254 if (sg_cpu->iowait_boost &&
268 if (sg_cpu->iowait_boost) {
269 sg_cpu->iowait_boost =
270 min_t(unsigned int, sg_cpu->iowait_boost << 1, SCHED_CAPACITY_SCALE);
275 sg_cpu->iowait_boost = IOWAIT_BOOST_MIN;
300 if (!sg_cpu->iowait_boost)
311 sg_cpu->iowait_boost >>= 1;
312 if (sg_cpu->iowait_boost < IOWAIT_BOOST_MI
[all...]
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c194 * @iowait_boost: iowait-related boost fraction
248 unsigned int iowait_boost; member in struct:cpudata
2123 * Set iowait_boost flag and update time. Since IO WAIT flag
2222 if (busy_frac < cpu->iowait_boost)
2223 busy_frac = cpu->iowait_boost;
2285 fp_toint(cpu->iowait_boost * 100));
2302 cpu->iowait_boost = ONE_EIGHTH_FP;
2303 } else if (cpu->iowait_boost >= ONE_EIGHTH_FP) {
2304 cpu->iowait_boost <<= 1;
2305 if (cpu->iowait_boost > int_tof
[all...]

Completed in 116 milliseconds