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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h157 u_int32_t ifcq_drain; member in struct:ifclassq
164 #define IFCQ_IS_DRAINING(_ifcq) ((_ifcq)->ifcq_drain > 0)
H A Dclassq_subr.c125 ifq->ifcq_drain = 0;
160 ifq->ifcq_drain = 0;
261 ifq->ifcq_drain += (IFCQ_LEN(ifq) - qlen);
340 VERIFY(ifq->ifcq_drain >= (qlen - IFCQ_LEN(ifq)));
341 ifq->ifcq_drain -= (qlen - IFCQ_LEN(ifq));
627 * ifcq_drain count is adjusted by the caller.
/darwin-on-arm/xnu/bsd/net/
H A Dif.c1327 ifq->ifcq_drain = 0;
1356 VERIFY((signed)(ifq->ifcq_drain - cnt) >= 0);
1357 ifq->ifcq_drain -= cnt;

Completed in 71 milliseconds