Home
last modified time | relevance | path

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

/Linux-v4.19/tools/thermal/tmon/
Dsysfs.c61 #define NR_THERMAL_RECORDS 3 macro
62 struct thermal_data_record trec[NR_THERMAL_RECORDS];
499 if (next_thermal_record >= NR_THERMAL_RECORDS) in update_thermal_data()