Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtsold/
H A Drtsold.c553 struct timespec now, rtsol_timer; in rtsol_check_timer() local
561 rtsol_timer = tm_max; in rtsol_check_timer()
683 if (TS_CMP(&ifi->expire, &rtsol_timer, <)) in rtsol_check_timer()
684 rtsol_timer = ifi->expire; in rtsol_check_timer()
687 if (TS_CMP(&rtsol_timer, &tm_max, ==)) { in rtsol_check_timer()
690 } else if (TS_CMP(&rtsol_timer, &now, <)) in rtsol_check_timer()
694 TS_SUB(&rtsol_timer, &now, &returnval); in rtsol_check_timer()