Searched refs:qempty (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_pktq.c | 81 return qempty(&q->nx_pktq_q) && qhead(&q->nx_pktq_q) == NULL; in nx_pktq_empty()
|
| H A D | nexus_mbq.c | 108 return qempty(&q->nx_mbq_q) && qhead(&q->nx_mbq_q) == NULL; in nx_mbq_empty()
|
| /xnu-12377.61.12/bsd/net/classq/ |
| H A D | classq.h | 194 #define qempty(q) (qlen(q) == 0) /* Is the queue empty?? */ macro
|
| H A D | classq.c | 401 if (qempty(q)) { in _getq_tail_mbuf()
|
| /xnu-12377.61.12/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 360 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.61.12/bsd/netinet/ |
| H A D | in_arp.c | 360 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.61.12/bsd/net/ |
| H A D | dlil_subr.c | 998 VERIFY(qhead(&inp->dlth_pkts) == NULL && qempty(&inp->dlth_pkts)); in dlil_clean_threading_info()
|
| H A D | dlil.c | 5005 VERIFY(qhead(&dl_inp->dlth_pkts) == NULL && qempty(&dl_inp->dlth_pkts)); in ifnet_attach()
|