current_pstate    142 drivers/cpufreq/intel_pstate.c 	int	current_pstate;
current_pstate   1537 drivers/cpufreq/intel_pstate.c 	cpu->pstate.current_pstate = pstate;
current_pstate   1802 drivers/cpufreq/intel_pstate.c 	if (pstate == cpu->pstate.current_pstate)
current_pstate   1805 drivers/cpufreq/intel_pstate.c 	cpu->pstate.current_pstate = pstate;
current_pstate   1811 drivers/cpufreq/intel_pstate.c 	int from = cpu->pstate.current_pstate;
current_pstate   1826 drivers/cpufreq/intel_pstate.c 		cpu->pstate.current_pstate,
current_pstate   2312 drivers/cpufreq/intel_pstate.c 		cpu->pstate.current_pstate,
current_pstate   2346 drivers/cpufreq/intel_pstate.c 	old_pstate = cpu->pstate.current_pstate;
current_pstate   2347 drivers/cpufreq/intel_pstate.c 	if (target_pstate != cpu->pstate.current_pstate) {
current_pstate   2348 drivers/cpufreq/intel_pstate.c 		cpu->pstate.current_pstate = target_pstate;
current_pstate   2369 drivers/cpufreq/intel_pstate.c 	old_pstate = cpu->pstate.current_pstate;