Searched refs:qempty (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/ ! |
| H A D | nexus_mbq.c | 108 return qempty(&q->nx_mbq_q) && qhead(&q->nx_mbq_q) == NULL; in nx_mbq_empty()
|
| H A D | nexus_pktq.c | 81 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 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-10063.141.1/bsd/net/pktsched/ ! |
| H A D | pktsched_fq_codel.c | 229 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 D | in_arp.c | 374 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 D | dlil.c | 2507 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()
|