Searched refs:check_period (Results 1 – 2 of 2) sorted by relevance
103 static int64_t check_period = 5; /* default check cycle is 5ms */ variable238 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()752 if (check_period > 0) { in main()767 (check_period * rte_get_timer_hz()) / 1000, in main()
109 is configured to run every check_period milliseconds.