pkg_temp_c        220 tools/power/x86/turbostat/turbostat.c 	unsigned int pkg_temp_c;
pkg_temp_c        869 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "PTM: %dC\n", p->pkg_temp_c);
pkg_temp_c       1085 tools/power/x86/turbostat/turbostat.c 		outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), p->pkg_temp_c);
pkg_temp_c       1247 tools/power/x86/turbostat/turbostat.c 	old->pkg_temp_c = new->pkg_temp_c;
pkg_temp_c       1468 tools/power/x86/turbostat/turbostat.c 	p->pkg_temp_c = 0;
pkg_temp_c       1568 tools/power/x86/turbostat/turbostat.c 	average.packages.pkg_temp_c = MAX(average.packages.pkg_temp_c, p->pkg_temp_c);
pkg_temp_c       2006 tools/power/x86/turbostat/turbostat.c 		p->pkg_temp_c = tcc_activation_temp - ((msr >> 16) & 0x7F);