Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/src/
H A Dck_ec_timeutil.h118 CK_CC_UNUSED static int timespec_cmp(const struct timespec x, in timespec_cmp() function
148 return timespec_cmp(*now, deadline) >= 0; in check_deadline()
H A Dck_ec.c166 if (timespec_cmp(now, stop_backoff) >= 0) { in exponential_backoff()
176 } while (timespec_cmp(partial_deadline, now) <= 0); in exponential_backoff()