Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dintel_pstate.c661 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
665 core_busy = cpu->sample.core_pct_busy; in intel_pstate_get_scaled_busy()
668 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()
676 core_busy = mul_fp(core_busy, sample_ratio); in intel_pstate_get_scaled_busy()
679 return core_busy; in intel_pstate_get_scaled_busy()