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

/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c81 static time_t wd_lastpat = 0; /* when the watchdog was last patted */ variable
191 wd_lastpat = ts.tv_sec;
238 *remainp = ts.tv_sec - wd_lastpat;

Completed in 94 milliseconds