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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_rio.h95 int th_min_s; /* th_min scaled by avgshift */ member in struct:rio::dropprec_state
H A Dclassq_rio.c299 * th_min_s and th_max_s are scaled versions of th_min
302 prec->th_min_s = prec->th_min << (rp->rio_wshift + FP_SHIFT);
431 if (avg >= prec->th_min_s && prec->qlen > 1) {
439 } else if (drop_early((avg - prec->th_min_s) >> rp->rio_wshift,

Completed in 36 milliseconds