roundedF         1034 net/sched/sch_qfq.c 	u64 limit, roundedF;
roundedF         1037 net/sched/sch_qfq.c 	roundedF = qfq_round_down(agg->F, slot_shift);
roundedF         1040 net/sched/sch_qfq.c 	if (!qfq_gt(agg->F, q->V) || qfq_gt(roundedF, limit)) {
roundedF         1045 net/sched/sch_qfq.c 			if (qfq_gt(roundedF, next->F)) {