Lines Matching defs:class_weight
155 u32 class_weight; /* Weight of each class in this aggregate. */
266 agg->class_weight = weight;
275 if (agg->lmax == lmax && agg->class_weight == weight)
300 new_agg_weight = agg->class_weight * new_num_classes;
310 (int) agg->class_weight * (new_num_classes - agg->num_classes);
337 q->wsum -= agg->class_weight;
448 weight == cl->agg->class_weight)
451 delta_w = weight - (cl ? cl->agg->class_weight : 0);
630 if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->class_weight) ||
648 xstats.weight = cl->agg->class_weight;
1239 err = qfq_change_agg(sch, cl, cl->agg->class_weight, len);