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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_rio.h110 struct wtab *rio_wtab; /* weight table */ member in struct:rio
H A Dclassq_rio.c259 rp->rio_wtab = wtab_alloc(rp->rio_weight);
260 if (rp->rio_wtab == NULL) {
307 if (rp->rio_wtab != NULL) {
308 wtab_destroy(rp->rio_wtab);
309 rp->rio_wtab = NULL;
387 pow_w(rp->rio_wtab, n);

Completed in 20 milliseconds