Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c53 #define ONE_EIGHTH_FP ((int64_t)1 << (FRAC_BITS - 3)) macro
2289 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()
2290 } else if (cpu->iowait_boost >= ONE_EIGHTH_FP) { in intel_pstate_update_util()
2295 cpu->iowait_boost = ONE_EIGHTH_FP; in intel_pstate_update_util()