Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/classq/
H A Dclassq.h194 #define qempty(q) (qlen(q) == 0) /* Is the queue empty?? */ macro
/xnu-8796.141.3/bsd/net/pktsched/
H A Dpktsched_fq_codel.c212 boolean_t *qempty, uint32_t pflags, uint64_t now) in fq_getq_flow_kpkt()
270 boolean_t *qempty, uint32_t pflags, uint64_t now) in fq_getq_flow_mbuf()
1851 boolean_t qempty, limit_reached = FALSE; in fq_if_dequeue() local