Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c3124 static void intel_cpufreq_trace(struct cpudata *cpu, unsigned int trace_type, int old_pstate) in intel_cpufreq_trace() argument
3137 old_pstate, in intel_cpufreq_trace()
3185 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_update_pstate() local
3194 } else if (target_pstate != old_pstate) { in intel_cpufreq_update_pstate()
3201 INTEL_PSTATE_TRACE_TARGET, old_pstate); in intel_cpufreq_update_pstate()
3249 int old_pstate = cpu->pstate.current_pstate; in intel_cpufreq_adjust_perf() local
3284 intel_cpufreq_trace(cpu, INTEL_PSTATE_TRACE_FAST_SWITCH, old_pstate); in intel_cpufreq_adjust_perf()