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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rio.h58 int th_min_s; /* th_min 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
252 prec->th_min_s = prec->th_min << (rp->rio_wshift + FP_SHIFT);
370 if (avg >= prec->th_min_s && prec->qlen > 1) {
378 } else if (drop_early((avg - prec->th_min_s) >> rp->rio_wshift,

Completed in 103 milliseconds