Searched refs:qfq_gt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_qfq.c | 251 static inline int qfq_gt(uint64_t a, uint64_t b) in qfq_gt() function 362 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state() 368 if (qfq_gt(grp->F, next->F)) in qfq_calc_state() 396 if (!qfq_gt(next->F, old_finish)) in qfq_unblock_groups() 512 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible() 632 if (!qfq_gt(cl->F, q->V) || qfq_gt(roundedF, limit)) { in qfq_update_start() 637 if (qfq_gt(roundedF, next->F)) { in qfq_update_start() 639 if (qfq_gt(limit, next->F)) in qfq_update_start() 689 if (!qfq_gt(grp->S, cl->S)) in qfq_enqueue() 696 } else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V)) in qfq_enqueue()
|