Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_pktq.c81 return qempty(&q->nx_pktq_q) && qhead(&q->nx_pktq_q) == NULL; in nx_pktq_empty()
H A Dnexus_mbq.c108 return qempty(&q->nx_mbq_q) && qhead(&q->nx_mbq_q) == NULL; in nx_mbq_empty()
/xnu-12377.1.9/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-12377.1.9/bsd/net/pktsched/
H A Dpktsched_fq_codel.c360 boolean_t *qempty, uint64_t now) in fq_getq_flow_kpkt() argument
414 *qempty = KPKTQ_EMPTY(&fq->fq_kpktq); in fq_getq_flow_kpkt()
423 boolean_t *qempty, uint64_t now) in fq_getq_flow_mbuf() argument
474 *qempty = MBUFQ_EMPTY(&fq->fq_mbufq); in fq_getq_flow_mbuf()
2455 boolean_t qempty, limit_reached = FALSE; in fq_if_dequeue_class() local
2517 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, now); in fq_if_dequeue_class()
2526 if (fq->fq_deficit <= 0 || qempty) { in fq_if_dequeue_class()
2573 pktlimit, head, tail, &bytecnt, &pktcnt, &qempty, now); in fq_if_dequeue_class()
2582 if (qempty) { in fq_if_dequeue_class()
/xnu-12377.1.9/bsd/netinet/
H A Din_arp.c360 VERIFY(qempty(&la->la_holdq)); in arp_llinfo_flushq()
2159 if (!qempty(&llinfo->la_holdq)) { in arp_ip_handle_input()
2171 VERIFY(qempty(&llinfo->la_holdq)); in arp_ip_handle_input()
/xnu-12377.1.9/bsd/net/
H A Ddlil_subr.c998 VERIFY(qhead(&inp->dlth_pkts) == NULL && qempty(&inp->dlth_pkts)); in dlil_clean_threading_info()
H A Ddlil.c5005 VERIFY(qhead(&dl_inp->dlth_pkts) == NULL && qempty(&dl_inp->dlth_pkts)); in ifnet_attach()