Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c802 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
833 sample_ratio = div_fp(int_tofp(sample_time), in intel_pstate_get_scaled_busy()
835 core_busy = mul_fp(core_busy, sample_ratio); in intel_pstate_get_scaled_busy()