Searched refs:qfq_gt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_qfq.c | 252 static inline int qfq_gt(uint64_t a, uint64_t b) in qfq_gt() function 363 unsigned int state = qfq_gt(grp->S, q->V); in qfq_calc_state() 369 if (qfq_gt(grp->F, next->F)) in qfq_calc_state() 397 if (!qfq_gt(next->F, old_finish)) in qfq_unblock_groups() 513 if (qfq_gt(grp->S, q->V)) in qfq_update_eligible() 633 if (!qfq_gt(cl->F, q->V) || qfq_gt(roundedF, limit)) { in qfq_update_start() 638 if (qfq_gt(roundedF, next->F)) { in qfq_update_start() 640 if (qfq_gt(limit, next->F)) in qfq_update_start() 690 if (!qfq_gt(grp->S, cl->S)) in qfq_enqueue() 697 } else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V)) in qfq_enqueue()
|