Searched refs:ts_now (Results 1 – 1 of 1) sorted by relevance
457 struct timespec ts_now; in time_now_us() local458 clock_gettime(CLOCK_BOOTTIME, &ts_now); in time_now_us()459 return ((UINT64)ts_now.tv_sec * USEC_PER_SEC) + ((UINT64)ts_now.tv_nsec / 1000); in time_now_us()