Searched refs:NS_PER_TICK (Results 1 – 1 of 1) sorted by relevance
60 static const uint64_t NS_PER_TICK = 100; in rte_timespec_get() local72 now->tv_nsec = (ticks - now->tv_sec * TICKS_PER_SEC) * NS_PER_TICK; in rte_timespec_get()