red_thmax_s       227 altq/altq_red.c 	rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT);
red_thmax_s       311 altq/altq_red.c 		if (avg >= rp->red_thmax_s) {
red_thmax_s        85 altq/altq_red.h 	int		red_thmax_s;	/* th_max scaled by avgshift */