Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c75 static uint64_t last_sensors_update; variable
252 if (now - last_sensors_update < UPDATE_INTERVAL) in update_sensors()
255 last_sensors_update = now; in update_sensors()