Home
last modified time | relevance | path

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

/mirbsd/src/sys/altq/
Daltq_red.h85 int red_thmax_s; /* th_max scaled by avgshift */ member
Daltq_red.c227 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT); in red_alloc()
311 if (avg >= rp->red_thmax_s) { in red_addq()