Searched refs:core_busy (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | power.h | 43 TP_PROTO(u32 core_busy, 53 TP_ARGS(core_busy, 64 __field(u32, core_busy) 75 __entry->core_busy = core_busy; 86 (unsigned long)__entry->core_busy,
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 932 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local 947 core_busy = cpu->sample.core_pct_busy; in intel_pstate_get_scaled_busy() 950 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy() 965 core_busy = mul_fp(core_busy, sample_ratio); in intel_pstate_get_scaled_busy() 968 return core_busy; in intel_pstate_get_scaled_busy()
|