inv_w             158 net/sched/sch_qfq.c 	u32	inv_w;	    /* ONE_FP/(sum of weights of classes in aggr.). */
inv_w             227 net/sched/sch_qfq.c static int qfq_calc_index(u32 inv_w, unsigned int maxlen, u32 min_slot_shift)
inv_w             229 net/sched/sch_qfq.c 	u64 slot_size = (u64)maxlen * inv_w;
inv_w             244 net/sched/sch_qfq.c 		 (unsigned long) ONE_FP/inv_w, maxlen, index);
inv_w             295 net/sched/sch_qfq.c 	agg->inv_w = ONE_FP/new_agg_weight;
inv_w             298 net/sched/sch_qfq.c 		int i = qfq_calc_index(agg->inv_w, agg->budgetmax,
inv_w             401 net/sched/sch_qfq.c 	u32 weight, lmax, inv_w;
inv_w             433 net/sched/sch_qfq.c 	inv_w = ONE_FP / weight;
inv_w             434 net/sched/sch_qfq.c 	weight = ONE_FP / inv_w;
inv_w            1016 net/sched/sch_qfq.c 	agg->F = agg->S + (u64)service_received * agg->inv_w;
inv_w            1072 net/sched/sch_qfq.c 	agg->F = agg->S + (u64)agg->budgetmax * agg->inv_w;