Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c867 int64_t core_pct; in intel_pstate_calc_busy() local
869 core_pct = int_tofp(sample->aperf) * int_tofp(100); in intel_pstate_calc_busy()
870 core_pct = div64_u64(core_pct, int_tofp(sample->mperf)); in intel_pstate_calc_busy()
876 core_pct)); in intel_pstate_calc_busy()
878 sample->core_pct_busy = (int32_t)core_pct; in intel_pstate_calc_busy()