Home | History | Annotate | Download | only in altq

Lines Matching refs:weight

158 		queue->weight = 100;
424 if ((byte = queue->bytes * 100 / queue->weight) > max_byte) {
520 if (swp->weight < 0)
530 old = queue->weight;
531 queue->weight = swp->weight;
532 swp->weight = old;
554 stats->weight = queue->weight;
593 queue->weight = 100;