Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c77 int current_pstate; member
841 if (pstate == cpu->pstate.current_pstate) in intel_pstate_set_pstate()
846 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
932 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
949 current_pstate = int_tofp(cpu->pstate.current_pstate); 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()
979 from = cpu->pstate.current_pstate; in intel_pstate_adjust_busy_pstate()
987 intel_pstate_set_pstate(cpu, cpu->pstate.current_pstate - ctl, true); in intel_pstate_adjust_busy_pstate()
993 cpu->pstate.current_pstate, in intel_pstate_adjust_busy_pstate()