Home
last modified time | relevance | path

Searched refs:qempty (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/nexus/ !
H A Dnexus_mbq.c108 return qempty(&q->nx_mbq_q) && qhead(&q->nx_mbq_q) == NULL; in nx_mbq_empty()
H A Dnexus_pktq.c81 return qempty(&q->nx_pktq_q) && qhead(&q->nx_pktq_q) == NULL; in nx_pktq_empty()
/xnu-10063.141.1/bsd/net/classq/ !
H A Dclassq.h194 #define qempty(q) (qlen(q) == 0) /* Is the queue empty?? */ macro
H A Dclassq.c401 if (qempty(q)) { in _getq_tail_mbuf()
/xnu-10063.141.1/bsd/net/pktsched/ !
H A Dpktsched_fq_codel.c229 boolean_t *qempty, uint64_t now) in fq_getq_flow_kpkt() argument
279 *qempty = KPKTQ_EMPTY(&fq->fq_kpktq); in fq_getq_flow_kpkt()
288 boolean_t *qempty, uint64_t now) in fq_getq_flow_mbuf() argument
335 *qempty = MBUFQ_EMPTY(&fq->fq_mbufq); in fq_getq_flow_mbuf()
2109 boolean_t qempty, limit_reached = FALSE; in fq_if_dequeue() local
2171 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, now); in fq_if_dequeue()
2180 if (fq->fq_deficit <= 0 || qempty) { in fq_if_dequeue()
2227 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, now); in fq_if_dequeue()
2236 if (qempty) { in fq_if_dequeue()
/xnu-10063.141.1/bsd/netinet/ !
H A Din_arp.c374 VERIFY(qempty(&la->la_holdq)); in arp_llinfo_flushq()
2150 if (!qempty(&llinfo->la_holdq)) { in arp_ip_handle_input()
2162 VERIFY(qempty(&llinfo->la_holdq)); in arp_ip_handle_input()
/xnu-10063.141.1/bsd/net/ !
H A Ddlil.c2507 VERIFY(qhead(&inp->dlth_pkts) == NULL && qempty(&inp->dlth_pkts)); in dlil_clean_threading_info()
9135 VERIFY(qhead(&dl_inp->dlth_pkts) == NULL && qempty(&dl_inp->dlth_pkts)); in ifnet_attach()