Searched refs:core_pct (Results 1 – 1 of 1) sorted by relevance
615 int64_t core_pct; in intel_pstate_calc_busy() local617 core_pct = int_tofp(sample->aperf) * int_tofp(100); in intel_pstate_calc_busy()618 core_pct = div64_u64(core_pct, int_tofp(sample->mperf)); in intel_pstate_calc_busy()623 core_pct)); in intel_pstate_calc_busy()625 sample->core_pct_busy = (int32_t)core_pct; in intel_pstate_calc_busy()