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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_rio.c230 rp->rio_weight = weight;
233 rp->rio_weight = W_WEIGHT;
239 rp->rio_weight = W_WEIGHT_2;
242 rp->rio_weight = W_WEIGHT_1;
247 w = rp->rio_weight;
252 if (w != rp->rio_weight) {
254 rp->rio_weight, w);
255 rp->rio_weight = w;
259 rp->rio_wtab = wtab_alloc(rp->rio_weight);
H A Dclassq_rio.h109 int rio_weight; /* weight for EWMA */ member in struct:rio

Completed in 19 milliseconds