Home
last modified time | relevance | path

Searched refs:__tail (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched.h62 classq_pkt_t __tail; member
71 #define pktsched_tail __tail
72 #define pktsched_tail_mbuf __tail.cp_mbuf
73 #define pktsched_tail_kpkt __tail.cp_kpkt
/xnu-12377.1.9/osfmk/kern/
H A Dmpsc_queue.h394 for (mpsc_queue_chain_t __tmp, __item = (head), __tail = (tail); \
395 __tmp = mpsc_queue_batch_next(__item, __tail), (item) = __item; \