Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c49 #define fp_toint(X) ((X) >> FRAC_BITS) macro
72 ret = fp_toint(x); in ceiling_fp()
1096 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
1978 fp_toint(sample->busy_scaled), in intel_pstate_adjust_pstate()
1985 fp_toint(cpu->iowait_boost * 100)); in intel_pstate_adjust_pstate()
2525 fp_toint(cpu->iowait_boost * 100)); in intel_cpufreq_trace()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c51 #define fp_toint(X) ((X) >> FRAC_BITS) macro
74 ret = fp_toint(x); in ceiling_fp()
1253 turbo_pct = 100 - fp_toint(mul_fp(turbo_fp, int_tofp(100))); in show_turbo_pct()
2321 fp_toint(sample->busy_scaled), in intel_pstate_adjust_pstate()
2328 fp_toint(cpu->iowait_boost * 100)); in intel_pstate_adjust_pstate()
2857 fp_toint(cpu->iowait_boost * 100)); in intel_cpufreq_trace()

Completed in 10 milliseconds