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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_qfq.c1049 u_int64_t limit, roundedF; local
1052 roundedF = qfq_round_down(cl->cl_F, slot_shift);
1055 if (!qfq_gt(cl->cl_F, qif->qif_V) || qfq_gt(roundedF, limit)) {
1060 if (qfq_gt(roundedF, next->qfg_F)) {

Completed in 69 milliseconds