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

/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_red.h121 int red_thmin_s; /* th_min scaled by avgshift */ member in struct:red
H A Dclassq_red.c295 rp->red_thmin_s = rp->red_thmin << (rp->red_wshift + FP_SHIFT);
386 if (avg >= rp->red_thmin_s && qlen(q) > 1) {
394 } else if (drop_early((avg - rp->red_thmin_s) >> rp->red_wshift,

Completed in 22 milliseconds