tsc_last          331 drivers/thermal/intel/intel_powerclamp.c 	static u64 msr_last, tsc_last;
tsc_last          340 drivers/thermal/intel/intel_powerclamp.c 	if (!msr_last || !tsc_last)
tsc_last          342 drivers/thermal/intel/intel_powerclamp.c 	else if (tsc_now-tsc_last) {
tsc_last          344 drivers/thermal/intel/intel_powerclamp.c 		do_div(val64, (tsc_now-tsc_last));
tsc_last          350 drivers/thermal/intel/intel_powerclamp.c 	tsc_last = tsc_now;
tsc_last          449 drivers/thermal/intel/intel_powerclamp.c 	static u64 tsc_last;
tsc_last          459 drivers/thermal/intel/intel_powerclamp.c 	if (!msr_last || !tsc_last)
tsc_last          462 drivers/thermal/intel/intel_powerclamp.c 		if (tsc_now - tsc_last) {
tsc_last          464 drivers/thermal/intel/intel_powerclamp.c 			do_div(val64, (tsc_now - tsc_last));
tsc_last          471 drivers/thermal/intel/intel_powerclamp.c 	tsc_last = tsc_now;