Lines Matching defs:th_max
231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags,
257 if (th_max == 0)
260 rp->red_thmax = th_max;
295 * thmin_s and thmax_s are scaled versions of th_min and th_max
408 /* avg >= th_max: forced drop */
486 * prob = p_max * (avg - th_min) / (th_max - th_min)
488 * = (avg-th_min) / (2*(th_max-th_min)*inv_p_max - count*(avg-th_min))
505 * th_max-th_min=10 and p_max=1/30)
885 q_stats->th_max = rp->red_thmax;
960 default_th_max = rp->th_max;