Home
last modified time | relevance | path

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

/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c63 int cur_thermal_record; /* index to the trec array */ variable
498 if (cur_thermal_record >= NR_THERMAL_RECORDS) in update_thermal_data()
499 cur_thermal_record = 0; in update_thermal_data()
500 gettimeofday(&trec[cur_thermal_record].tv, NULL); in update_thermal_data()
510 &trec[cur_thermal_record].temp[i]); in update_thermal_data()
513 trec[cur_thermal_record].temp[i]/1000); in update_thermal_data()
Dtmon.h149 extern int cur_thermal_record; /* index to the trec array */
Dtmon.c339 cur_thermal_record++; in main()
Dtui.c592 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()