Home
last modified time | relevance | path

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

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c271 struct timespec utime_ts; in wd_set_pretimeout() local
275 pow2ns_to_ts(utime, &utime_ts); in wd_set_pretimeout()
277 if (newtimeout >= utime_ts.tv_sec) { in wd_set_pretimeout()