Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_timer_secondary.c24 #define MSECPERSEC 1E3 macro
80 uint64_t tick_cycles = TICK_MSECS * rte_get_timer_hz() / MSECPERSEC; in timer_manage_loop()
185 ticks = timeout_ms * rte_get_timer_hz() / MSECPERSEC; in test_timer_secondary()