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

/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_qfq.c106 static inline int qfq_gt(u_int64_t, u_int64_t);
737 u_int32_t state = qfq_gt(grp->qfg_S, qif->qif_V);
744 if (qfq_gt(grp->qfg_F, next->qfg_F))
772 if (!qfq_gt(next->qfg_F, old_finish))
892 if (qfq_gt(grp->qfg_S, qif->qif_V))
1055 if (!qfq_gt(cl->cl_F, qif->qif_V) || qfq_gt(roundedF, limit)) {
1060 if (qfq_gt(roundedF, next->qfg_F)) {
1152 if (!qfq_gt(grp->qfg_S, cl->cl_S))
1161 } else if (!qif->qif_bitmaps[ER] && qfq_gt(rounded
1611 qfq_gt(u_int64_t a, u_int64_t b) function
[all...]

Completed in 114 milliseconds