Home
last modified time | relevance | path

Searched refs:red_thmax_s (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/altq/altq/
HDaltq_red.h144 int red_thmax_s; /* th_max scaled by avgshift */ member
HDaltq_red.c306 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT); in red_alloc()
404 if (avg >= rp->red_thmax_s) { in red_addq()