Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dpower.h43 TP_PROTO(u32 core_busy,
51 TP_ARGS(core_busy,
60 __field(u32, core_busy)
70 __entry->core_busy = core_busy;
79 (unsigned long)__entry->core_busy,
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c802 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
817 core_busy = cpu->sample.core_pct_busy; in intel_pstate_get_scaled_busy()
820 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()
835 core_busy = mul_fp(core_busy, sample_ratio); in intel_pstate_get_scaled_busy()
838 return core_busy; in intel_pstate_get_scaled_busy()