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

/net/sched/
H A Dsch_qfq.c1147 u64 limit, roundedF; local
1150 roundedF = qfq_round_down(agg->F, slot_shift);
1153 if (!qfq_gt(agg->F, q->V) || qfq_gt(roundedF, limit)) {
1158 if (qfq_gt(roundedF, next->F)) {

Completed in 26 milliseconds