Home
last modified time | relevance | path

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

/linux-4.1.27/tools/thermal/tmon/
Dsysfs.c61 #define NR_THERMAL_RECORDS 3 macro
62 struct thermal_data_record trec[NR_THERMAL_RECORDS];
498 if (cur_thermal_record >= NR_THERMAL_RECORDS) in update_thermal_data()