th_max            158 altq/altq_red.c red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags,
th_max            185 altq/altq_red.c 	if (th_max == 0)
th_max            188 altq/altq_red.c 		rp->red_thmax = th_max;
th_max             47 altq/altq_red.h 	int	th_max;		/* red max threshold */
th_max            233 altq/altq_rio.c 		if (params == NULL || params[i].th_max == 0)
th_max            234 altq/altq_rio.c 			prec->th_max = default_rio_params[i].th_max;
th_max            236 altq/altq_rio.c 			prec->th_max = params[i].th_max;
th_max            243 altq/altq_rio.c 		prec->th_max_s = prec->th_max << (rp->rio_wshift + FP_SHIFT);
th_max            249 altq/altq_rio.c 		prec->probd = (2 * (prec->th_max - prec->th_min)
th_max             80 altq/altq_rio.h 		int	th_max;		/* red max threshold */