Lines Matching refs:current_pstate
142 int current_pstate; member
1537 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
1802 if (pstate == cpu->pstate.current_pstate) in intel_pstate_update_pstate()
1805 cpu->pstate.current_pstate = pstate; in intel_pstate_update_pstate()
1811 int from = cpu->pstate.current_pstate; in intel_pstate_adjust_pstate()
1826 cpu->pstate.current_pstate, in intel_pstate_adjust_pstate()
2316 cpu->pstate.current_pstate, in intel_cpufreq_trace()
2350 old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_target()
2351 if (target_pstate != cpu->pstate.current_pstate) { in intel_cpufreq_target()
2352 cpu->pstate.current_pstate = target_pstate; in intel_cpufreq_target()
2373 old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_fast_switch()