Home
last modified time | relevance | path

Searched defs:qempty (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/classq/
H A Dclassq.h194 #define qempty(q) (qlen(q) == 0) /* Is the queue empty?? */ macro
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.c360 boolean_t *qempty, uint64_t now) in fq_getq_flow_kpkt()
423 boolean_t *qempty, uint64_t now) in fq_getq_flow_mbuf()
2455 boolean_t qempty, limit_reached = FALSE; in fq_if_dequeue_class() local