Home
last modified time | relevance | path

Searched refs:new_front_agg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_qfq.c1172 struct qfq_aggregate *agg, *new_front_agg; in qfq_choose_next_agg() local
1189 new_front_agg = qfq_slot_scan(grp); in qfq_choose_next_agg()
1191 if (new_front_agg == NULL) /* group is now inactive, remove from ER */ in qfq_choose_next_agg()
1194 u64 roundedS = qfq_round_down(new_front_agg->S, in qfq_choose_next_agg()