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

/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c554 struct timespec now, rtsol_timer; local
562 rtsol_timer = tm_max;
676 if (TS_CMP(&ifi->expire, &rtsol_timer, <))
677 rtsol_timer = ifi->expire;
680 if (TS_CMP(&rtsol_timer, &tm_max, ==)) {
683 } else if (TS_CMP(&rtsol_timer, &now, <))
687 TS_SUB(&rtsol_timer, &now, &returnval);

Completed in 107 milliseconds