Searched refs:check_period (Results 1 – 2 of 2) sorted by relevance
104 static int64_t check_period = 5; /* default check cycle is 5ms */ variable239 if (check_period > 0 && cur_tsc - tsc_initial > tsc_lifetime) in l2fwd_main_loop()416 check_period = l2fwd_parse_check_period(optarg); in l2fwd_parse_args()417 if (check_period < 0) { in l2fwd_parse_args()758 if (check_period > 0) { in main()771 (check_period * rte_get_timer_hz()) / 1000, in main()
109 is configured to run every check_period milliseconds.114 (check_period * rte_get_timer_hz()) / 1000,