Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c76 int current_pstate; member
718 if (pstate == cpu->pstate.current_pstate) in intel_pstate_set_pstate()
723 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
802 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
819 current_pstate = int_tofp(cpu->pstate.current_pstate); 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()
853 intel_pstate_set_pstate(cpu, cpu->pstate.current_pstate - ctl); in intel_pstate_adjust_busy_pstate()
877 cpu->pstate.current_pstate, in intel_pstate_timer_func()