Home
last modified time | relevance | path

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

/openbmc/linux/tools/thermal/tmon/
H A Dsysfs.c55 int cur_thermal_record; /* index to the trec array */ variable
482 int next_thermal_record = cur_thermal_record + 1; in update_thermal_data()
509 cur_thermal_record = next_thermal_record; in update_thermal_data()
H A Dtmon.h143 extern int cur_thermal_record; /* index to the trec array */
H A Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()