Home
last modified time | relevance | path

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

/linux-5.19.10/tools/thermal/tmon/
Dsysfs.c53 #define NR_THERMAL_RECORDS 3 macro
54 struct thermal_data_record trec[NR_THERMAL_RECORDS];
492 if (next_thermal_record >= NR_THERMAL_RECORDS) in update_thermal_data()