Searched refs:qlenp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/skywalk/nexus/ |
| H A D | nexus_mbq.h | 224 __mbq_deq_all(struct nx_mbq *q, struct mbuf **mlast, uint32_t *qlenp, in __mbq_deq_all() argument 230 _getq_all(&q->nx_mbq_q, &first, &last, qlenp, qsizep); in __mbq_deq_all() 238 nx_mbq_safe_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_safe_deq_all() argument 244 ret = __mbq_deq_all(q, last, qlenp, qsizep); in nx_mbq_safe_deq_all() 252 nx_mbq_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_deq_all() argument 255 return __mbq_deq_all(q, last, qlenp, qsizep); in nx_mbq_deq_all()
|
| H A D | nexus_pktq.h | 198 __pktq_deq_all(struct nx_pktq *q, struct __kern_packet **plast, uint32_t *qlenp, in __pktq_deq_all() argument 204 _getq_all(&q->nx_pktq_q, &first, &last, qlenp, qsizep); in __pktq_deq_all() 213 uint32_t *qlenp, uint64_t *qsizep) in nx_pktq_safe_deq_all() argument 218 ret = __pktq_deq_all(q, last, qlenp, qsizep); in nx_pktq_safe_deq_all() 226 nx_pktq_deq_all(struct nx_pktq *q, struct __kern_packet **last, uint32_t *qlenp, in nx_pktq_deq_all() argument 229 return __pktq_deq_all(q, last, qlenp, qsizep); in nx_pktq_deq_all()
|
| /xnu-8796.121.2/bsd/net/classq/ |
| H A D | classq.c | 322 u_int32_t *qlenp, u_int64_t *qsizep) in _getq_all() argument 361 if (qlenp != NULL) { in _getq_all() 362 *qlenp = qlen(q); in _getq_all()
|