Searched refs:IPVS_EST_TICK_CHAINS (Results 1 – 2 of 2) sorted by relevance
160 for_each_set_bit(cid, td->present, IPVS_EST_TICK_CHAINS) { in ip_vs_tick_estimation()300 if (IPVS_EST_TICK_CHAINS == 1) in ip_vs_est_set_params()302 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max; in ip_vs_est_set_params()408 BUILD_BUG_ON_MSG(IPVS_EST_TICK_CHAINS > 127, in ip_vs_enqueue_estimator()464 cid = find_first_zero_bit(td->full, IPVS_EST_TICK_CHAINS); in ip_vs_enqueue_estimator()852 if (cid >= IPVS_EST_TICK_CHAINS) in ip_vs_est_calc_phase()
468 #define IPVS_EST_TICK_CHAINS IPVS_EST_CHAIN_FACTOR macro470 #define IPVS_EST_TICK_CHAINS 1 macro480 struct hlist_head chains[IPVS_EST_TICK_CHAINS];481 DECLARE_BITMAP(present, IPVS_EST_TICK_CHAINS);482 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);483 int chain_len[IPVS_EST_TICK_CHAINS];