Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c932 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
963 sample_ratio = div_fp(int_tofp(sample_time), in intel_pstate_get_scaled_busy()
965 core_busy = mul_fp(core_busy, sample_ratio); in intel_pstate_get_scaled_busy()