Lines Matching defs:class_weight
153 u32 class_weight; /* Weight of each class in this aggregate. */
264 agg->class_weight = weight;
273 if (agg->lmax == lmax && agg->class_weight == weight)
298 new_agg_weight = agg->class_weight * new_num_classes;
308 (int) agg->class_weight * (new_num_classes - agg->num_classes);
335 q->wsum -= agg->class_weight;
446 weight == cl->agg->class_weight)
449 delta_w = weight - (cl ? cl->agg->class_weight : 0);
633 if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->class_weight) ||
651 xstats.weight = cl->agg->class_weight;
1234 err = qfq_change_agg(sch, cl, cl->agg->class_weight, len);