Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c102 #define TIMER_MILLISECOND 2000000ULL /* around 1ms at 2 Ghz */ macro
104 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000; /* default period is 10 seconds */
396 timer_period = lsi_parse_timer_period(optarg) * 1000 * TIMER_MILLISECOND; in lsi_parse_args()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c101 #define TIMER_MILLISECOND 1 macro
103 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000; /* 10 seconds */
406 * (int64_t)(1000 * TIMER_MILLISECOND); in l2fwd_parse_args()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c255 #define TIMER_MILLISECOND 2000000ULL /* around 1ms at 2 Ghz */ macro
259 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000;
1429 options->refresh_period = n * 1000 * TIMER_MILLISECOND; in l2fwd_crypto_parse_timer_period()