Searched defs:sample_ratio (Results 1 - 1 of 1) sorted by relevance

/drivers/cpufreq/
H A Dintel_pstate.c661 int32_t core_busy, max_pstate, current_pstate, sample_ratio; local
674 sample_ratio = div_fp(int_tofp(sample_time),
676 core_busy = mul_fp(core_busy, sample_ratio);

Completed in 54 milliseconds