Searched refs:cur_thermal_record (Results 1 – 4 of 4) sorted by relevance
63 int cur_thermal_record; /* index to the trec array */ variable498 if (cur_thermal_record >= NR_THERMAL_RECORDS) in update_thermal_data()499 cur_thermal_record = 0; in update_thermal_data()500 gettimeofday(&trec[cur_thermal_record].tv, NULL); in update_thermal_data()510 &trec[cur_thermal_record].temp[i]); in update_thermal_data()513 trec[cur_thermal_record].temp[i]/1000); in update_thermal_data()
149 extern int cur_thermal_record; /* index to the trec array */
339 cur_thermal_record++; in main()
592 int temp = trec[cur_thermal_record].temp[i] / 1000; in show_data_w()