Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rio.c251 prec->th_min_s = prec->th_min << (rp->rio_wshift + FP_SHIFT); in rio_alloc()
369 if (avg >= prec->th_min_s && prec->qlen > 1) { in rio_addq()
377 } else if (drop_early((avg - prec->th_min_s) >> rp->rio_wshift, in rio_addq()
H A Daltq_rio.h57 int th_min_s; /* th_min scaled by avgshift */ member