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

/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_red.c235 rp->red_weight = W_WEIGHT;
237 rp->red_weight = weight;
272 rp->red_weight = W_WEIGHT_2;
275 rp->red_weight = W_WEIGHT_1;
280 w = rp->red_weight;
285 if (w != rp->red_weight) {
287 rp->red_weight, w);
288 rp->red_weight = w;
306 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 17 milliseconds