Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c143 int current_pstate; member
1394 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
1666 if (pstate == cpu->pstate.current_pstate) in intel_pstate_update_pstate()
1669 cpu->pstate.current_pstate = pstate; in intel_pstate_update_pstate()
1675 int from = cpu->pstate.current_pstate; in intel_pstate_adjust_pstate()
1690 cpu->pstate.current_pstate, in intel_pstate_adjust_pstate()
2174 cpu->pstate.current_pstate, in intel_cpufreq_trace()
2208 old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_target()
2209 if (target_pstate != cpu->pstate.current_pstate) { in intel_cpufreq_target()
2210 cpu->pstate.current_pstate = target_pstate; in intel_cpufreq_target()
[all …]