Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.h85 int red_thmax_s; /* th_max scaled by avgshift */ member
H A Daltq_red.c250 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT); in red_alloc()
331 if (avg >= rp->red_thmax_s) { in red_addq()