Searched refs:TIMER_MILLISECOND (Results 1 – 3 of 3) sorted by relevance
104 #define TIMER_MILLISECOND 2000000ULL /* around 1ms at 2 Ghz */ macro106 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()
100 #define TIMER_MILLISECOND 1 macro102 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000; /* 10 seconds */406 * (int64_t)(1000 * TIMER_MILLISECOND); in l2fwd_parse_args()
255 #define TIMER_MILLISECOND (rte_get_tsc_hz() / 1000) macro1470 options->refresh_period = n * 1000 * TIMER_MILLISECOND; in l2fwd_crypto_parse_timer_period()1482 TIMER_MILLISECOND * 1000; in l2fwd_crypto_default_options()