Searched refs:current_pstate (Results 1 – 1 of 1) sorted by relevance
142 int current_pstate; member1537 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()[all …]