class_weight 154 net/sched/sch_qfq.c u32 class_weight; /* Weight of each class in this aggregate. */ class_weight 260 net/sched/sch_qfq.c agg->class_weight = weight; class_weight 269 net/sched/sch_qfq.c if (agg->lmax == lmax && agg->class_weight == weight) class_weight 294 net/sched/sch_qfq.c new_agg_weight = agg->class_weight * new_num_classes; class_weight 304 net/sched/sch_qfq.c (int) agg->class_weight * (new_num_classes - agg->num_classes); class_weight 331 net/sched/sch_qfq.c q->wsum -= agg->class_weight; class_weight 438 net/sched/sch_qfq.c weight == cl->agg->class_weight) class_weight 441 net/sched/sch_qfq.c delta_w = weight - (cl ? cl->agg->class_weight : 0); class_weight 622 net/sched/sch_qfq.c if (nla_put_u32(skb, TCA_QFQ_WEIGHT, cl->agg->class_weight) || class_weight 640 net/sched/sch_qfq.c xstats.weight = cl->agg->class_weight; class_weight 1219 net/sched/sch_qfq.c err = qfq_change_agg(sch, cl, cl->agg->class_weight, len);