Home
last modified time | relevance | path

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

/dpdk/examples/link_status_interrupt/
H A Dmain.c104 #define TIMER_MILLISECOND 2000000ULL /* around 1ms at 2 Ghz */ macro
106 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000; /* default period is 10 seconds */
401 timer_period = lsi_parse_timer_period(optarg) * 1000 * TIMER_MILLISECOND; in lsi_parse_args()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c100 #define TIMER_MILLISECOND 1 macro
102 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000; /* 10 seconds */
406 * (int64_t)(1000 * TIMER_MILLISECOND); in l2fwd_parse_args()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c255 #define TIMER_MILLISECOND (rte_get_tsc_hz() / 1000) macro
1470 options->refresh_period = n * 1000 * TIMER_MILLISECOND; in l2fwd_crypto_parse_timer_period()
1482 TIMER_MILLISECOND * 1000; in l2fwd_crypto_default_options()