Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c743 int64_t core_pct; in intel_pstate_calc_busy() local
745 core_pct = int_tofp(sample->aperf) * int_tofp(100); in intel_pstate_calc_busy()
746 core_pct = div64_u64(core_pct, int_tofp(sample->mperf)); in intel_pstate_calc_busy()
751 core_pct)); in intel_pstate_calc_busy()
753 sample->core_pct_busy = (int32_t)core_pct; in intel_pstate_calc_busy()