cur_thermal_record 54 tools/thermal/tmon/sysfs.c int cur_thermal_record; /* index to the trec array */ cur_thermal_record 480 tools/thermal/tmon/sysfs.c int next_thermal_record = cur_thermal_record + 1; cur_thermal_record 507 tools/thermal/tmon/sysfs.c cur_thermal_record = next_thermal_record; cur_thermal_record 140 tools/thermal/tmon/tmon.h extern int cur_thermal_record; /* index to the trec array */ cur_thermal_record 583 tools/thermal/tmon/tui.c int temp = trec[cur_thermal_record].temp[i] / 1000;