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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rio.h59 int th_max_s; /* th_max scaled by avgshift */ member in struct:rio::dropprec_state
H A Daltq_rio.c249 * th_min_s and th_max_s are scaled versions of th_min
253 prec->th_max_s = prec->th_max << (rp->rio_wshift + FP_SHIFT);
371 if (avg >= prec->th_max_s) {

Completed in 99 milliseconds