Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c1914 int32_t busy_frac; in get_target_pstate() local
1917 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()
1920 if (busy_frac < cpu->iowait_boost) in get_target_pstate()
1921 busy_frac = cpu->iowait_boost; in get_target_pstate()
1923 sample->busy_scaled = busy_frac * 100; in get_target_pstate()
1928 target = mul_fp(target, busy_frac); in get_target_pstate()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c2257 int32_t busy_frac; in get_target_pstate() local
2260 busy_frac = div_fp(sample->mperf << cpu->aperf_mperf_shift, in get_target_pstate()
2263 if (busy_frac < cpu->iowait_boost) in get_target_pstate()
2264 busy_frac = cpu->iowait_boost; in get_target_pstate()
2266 sample->busy_scaled = busy_frac * 100; in get_target_pstate()
2271 target = mul_fp(target, busy_frac); in get_target_pstate()

Completed in 10 milliseconds