Searched refs:wd_lastpat (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/watchdog/
H A Dwatchdog.c79 static time_t wd_lastpat = 0; /* when the watchdog was last patted */ variable
190 wd_lastpat = ts.tv_sec;
237 *remainp = ts.tv_sec - wd_lastpat;

Completed in 176 milliseconds