Home
last modified time | relevance | path

Searched refs:cur_thermal_record (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtmon.h143 extern int cur_thermal_record; /* index to the trec array */
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 Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtmon.h143 extern int cur_thermal_record; /* index to the trec array */
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 Dtui.c583 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()

Completed in 9 milliseconds