msr_last          331 drivers/thermal/intel/intel_powerclamp.c 	static u64 msr_last, tsc_last;
msr_last          340 drivers/thermal/intel/intel_powerclamp.c 	if (!msr_last || !tsc_last)
msr_last          343 drivers/thermal/intel/intel_powerclamp.c 		val64 = 100*(msr_now-msr_last);
msr_last          349 drivers/thermal/intel/intel_powerclamp.c 	msr_last = msr_now;
msr_last          448 drivers/thermal/intel/intel_powerclamp.c 	static u64 msr_last;
msr_last          459 drivers/thermal/intel/intel_powerclamp.c 	if (!msr_last || !tsc_last)
msr_last          463 drivers/thermal/intel/intel_powerclamp.c 			val64 = 100 * (msr_now - msr_last);
msr_last          470 drivers/thermal/intel/intel_powerclamp.c 	msr_last = msr_now;