Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c136 int current_pstate; member
2020 cpu->pstate.current_pstate = pstate; in intel_pstate_set_pstate()
2299 if (pstate == cpu->pstate.current_pstate) in intel_pstate_update_pstate()
2302 cpu->pstate.current_pstate = pstate; in intel_pstate_update_pstate()
2308 int from = cpu->pstate.current_pstate; in intel_pstate_adjust_pstate()
2323 cpu->pstate.current_pstate, in intel_pstate_adjust_pstate()
2852 cpu->pstate.current_pstate, in intel_cpufreq_trace()
2899 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate()
2912 cpu->pstate.current_pstate = target_pstate; in intel_cpufreq_update_pstate()
2967 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf()
[all …]