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()304 if (IPVS_EST_TICK_CHAINS == 1) in ip_vs_est_set_params()306 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max; in ip_vs_est_set_params()412 BUILD_BUG_ON_MSG(IPVS_EST_TICK_CHAINS > 127, in ip_vs_enqueue_estimator()468 cid = find_first_zero_bit(td->full, IPVS_EST_TICK_CHAINS); in ip_vs_enqueue_estimator()856 if (cid >= IPVS_EST_TICK_CHAINS) in ip_vs_est_calc_phase()
482 #define IPVS_EST_TICK_CHAINS IPVS_EST_CHAIN_FACTOR macro484 #define IPVS_EST_TICK_CHAINS 1 macro494 struct hlist_head chains[IPVS_EST_TICK_CHAINS];495 DECLARE_BITMAP(present, IPVS_EST_TICK_CHAINS);496 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);497 int chain_len[IPVS_EST_TICK_CHAINS];