next_thermal_record 480 tools/thermal/tmon/sysfs.c int next_thermal_record = cur_thermal_record + 1; next_thermal_record 490 tools/thermal/tmon/sysfs.c if (next_thermal_record >= NR_THERMAL_RECORDS) next_thermal_record 491 tools/thermal/tmon/sysfs.c next_thermal_record = 0; next_thermal_record 492 tools/thermal/tmon/sysfs.c gettimeofday(&trec[next_thermal_record].tv, NULL); next_thermal_record 502 tools/thermal/tmon/sysfs.c &trec[next_thermal_record].temp[i]); next_thermal_record 505 tools/thermal/tmon/sysfs.c trec[next_thermal_record].temp[i] / 1000); next_thermal_record 507 tools/thermal/tmon/sysfs.c cur_thermal_record = next_thermal_record;