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

/freebsd-11-stable/sys/net/altq/
H A Daltq_red.h145 int red_thmax_s; /* th_max scaled by avgshift */ member in struct:red
H A Daltq_red.c302 rp->red_thmax_s = rp->red_thmax << (rp->red_wshift + FP_SHIFT);
400 if (avg >= rp->red_thmax_s) {

Completed in 105 milliseconds