Home
last modified time | relevance | path

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

/Linux-v4.19/tools/thermal/tmon/
Dsysfs.c63 int cur_thermal_record; /* index to the trec array */ variable
489 int next_thermal_record = cur_thermal_record + 1; in update_thermal_data()
516 cur_thermal_record = next_thermal_record; in update_thermal_data()
Dtmon.h149 extern int cur_thermal_record; /* index to the trec array */
Dtui.c592 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()