Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c78 static time_t wd_lastpat = 0; /* when the watchdog was last patted */ variable
188 wd_lastpat = ts.tv_sec; in wdog_kern_pat()
235 *remainp = ts.tv_sec - wd_lastpat; in wd_get_time_left()