Searched refs:TIMER_MILLISECOND (Results 1 – 3 of 3) sorted by relevance
102 #define TIMER_MILLISECOND 2000000ULL /* around 1ms at 2 Ghz */ macro104 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()
101 #define TIMER_MILLISECOND 1 macro103 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 2000000ULL /* around 1ms at 2 Ghz */ macro259 static int64_t timer_period = 10 * TIMER_MILLISECOND * 1000;1429 options->refresh_period = n * 1000 * TIMER_MILLISECOND; in l2fwd_crypto_parse_timer_period()