Searched refs:timespec_cmp (Results 1 – 2 of 2) sorted by relevance
118 CK_CC_UNUSED static int timespec_cmp(const struct timespec x, in timespec_cmp() function148 return timespec_cmp(*now, deadline) >= 0; in check_deadline()
166 if (timespec_cmp(now, stop_backoff) >= 0) { in exponential_backoff()176 } while (timespec_cmp(partial_deadline, now) <= 0); in exponential_backoff()