Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched.h61 classq_pkt_t __tail; member
70 #define pktsched_tail __tail
71 #define pktsched_tail_mbuf __tail.cp_mbuf
72 #define pktsched_tail_kpkt __tail.cp_kpkt
/xnu-8019.80.24/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; \