Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2256 int32_t busy_frac; in get_target_pstate() local
2259 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()
2262 if (busy_frac < cpu->iowait_boost) in get_target_pstate()
2263 busy_frac = cpu->iowait_boost; in get_target_pstate()
2265 sample->busy_scaled = busy_frac * 100; in get_target_pstate()
2270 target = mul_fp(target, busy_frac); in get_target_pstate()