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

/darwin-on-arm/xnu/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.c286 rp->red_thmin_s = rp->red_thmin << (rp->red_wshift + FP_SHIFT);
374 if (avg >= rp->red_thmin_s && qlen(q) > 1) {
382 } else if (drop_early((avg - rp->red_thmin_s) >> rp->red_wshift,

Completed in 24 milliseconds