Searched refs:TICKS_PER_SEC (Results 1 – 1 of 1) sorted by relevance
59 static const uint64_t TICKS_PER_SEC = 10000000; in rte_timespec_get() local71 now->tv_sec = ticks / TICKS_PER_SEC; in rte_timespec_get()72 now->tv_nsec = (ticks - now->tv_sec * TICKS_PER_SEC) * NS_PER_TICK; in rte_timespec_get()