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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c623 uint64_t limit, roundedF; local
626 roundedF = qfq_round_down(cl->F, slot_shift);
629 if (!qfq_gt(cl->F, q->V) || qfq_gt(roundedF, limit)) {
634 if (qfq_gt(roundedF, next->F)) {

Completed in 71 milliseconds