Searched refs:tick_max (Results 1 – 2 of 2) sorted by relevance
294 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max; in ip_vs_est_set_params()295 kd->est_max_count = IPVS_EST_NTICKS * kd->tick_max; in ip_vs_est_set_params()418 if (kd->est_count >= 2 * kd->tick_max || delay < IPVS_EST_NTICKS - 1) in ip_vs_enqueue_estimator()468 if (kd->tick_len[row] >= kd->tick_max) in ip_vs_enqueue_estimator()
462 int tick_max; /* max ests per tick */ member