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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_red.c233 rp->red_weight = W_WEIGHT;
235 rp->red_weight = weight;
263 rp->red_weight = W_WEIGHT_2;
266 rp->red_weight = W_WEIGHT_1;
271 w = rp->red_weight;
276 if (w != rp->red_weight) {
278 rp->red_weight, w);
279 rp->red_weight = w;
297 rp->red_wtab = wtab_alloc(rp->red_weight);
H A Dclassq_red.h114 int red_weight; /* weight for EWMA */ member in struct:red
120 int red_wshift; /* log(red_weight) */

Completed in 20 milliseconds