Searched refs:core_pct (Results 1 – 1 of 1) sorted by relevance
743 int64_t core_pct; in intel_pstate_calc_busy() local745 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()