Searched refs:TIMESPEC_CMP (Results 1 – 2 of 2) sorted by relevance
1426 if (!TIMESPEC_IS_SET(cur_ts) || TIMESPEC_CMP(cur_ts, timeout, >)) { in add_to_flying_list()2057 if (TIMESPEC_CMP(cur_ts, &systime, >)) in handle_timeouts_locked()2582 if (!TIMESPEC_CMP(&systime, &next_timeout, <)) { in libusb_get_next_timeout()
244 #define TIMESPEC_CMP(a, b, CMP) \ macro