Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c51 #define fp_toint(X) ((X) >> FRAC_BITS) macro
72 ret = fp_toint(x); in ceiling_fp()
888 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
1688 fp_toint(sample->busy_scaled), in intel_pstate_adjust_pstate()
1695 fp_toint(cpu->iowait_boost * 100)); in intel_pstate_adjust_pstate()
1715 if (fp_toint(cpu->sample.busy_scaled) == 100) in intel_pstate_update_util()
2179 fp_toint(cpu->iowait_boost * 100)); in intel_cpufreq_trace()