Home
last modified time | relevance | path

Searched refs:NS_PER_TICK (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h60 static const uint64_t NS_PER_TICK = 100; in rte_timespec_get() local
72 now->tv_nsec = (ticks - now->tv_sec * TICKS_PER_SEC) * NS_PER_TICK; in rte_timespec_get()