Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_qfq.c1177 struct qfq_aggregate *agg, *new_front_agg; in qfq_choose_next_agg() local
1194 new_front_agg = qfq_slot_scan(grp); in qfq_choose_next_agg()
1196 if (new_front_agg == NULL) /* group is now inactive, remove from ER */ in qfq_choose_next_agg()
1199 u64 roundedS = qfq_round_down(new_front_agg->S, in qfq_choose_next_agg()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds