Searched refs:cur_ts (Results 1 – 3 of 3) sorted by relevance
546 uint64_t delta, cur_ts, old_ts; in glue() local552 cur_ts = sw->hw->ts_helper; in glue()556 if (cur_ts >= old_ts) { in glue()557 delta = cur_ts - old_ts; in glue()560 delta = UINT64_MAX - old_ts + cur_ts; in glue()
2090 struct timespec cur_ts; in libusb_get_next_timeout() local2129 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts); in libusb_get_next_timeout()2134 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()
2313 struct timespec cur_ts; in libusb_get_next_timeout() local2351 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts); in libusb_get_next_timeout()2356 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()