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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h214 u_int64_t cl_S, cl_F; /* flow timestamps (exact) */ member in struct:qfq_class
H A Dpktsched_qfq.c902 cl->cl_S = cl->cl_F;
910 cl->cl_F = cl->cl_S + (u_int64_t)len * cl->cl_inv_w;
986 m, cl->cl_F, qif->qif_V);
1046 roundedF = qfq_round_down(cl->cl_F, slot_shift);
1049 if (!qfq_gt(cl->cl_F, qif->qif_V) || qfq_gt(roundedF, limit)) {
1061 cl->cl_S = cl->cl_F;
1129 cl->cl_F = cl->cl_S + (u_int64_t)len * cl->cl_inv_w;
1165 qif->qif_bitmaps[s], cl->cl_S, cl->cl_F, qif->qif_V);
1228 cl->cl_F = cl->cl_S; /* not needed if the class goes away */

Completed in 22 milliseconds