Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h59 static const uint64_t TICKS_PER_SEC = 10000000; in rte_timespec_get() local
71 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()