Home
last modified time | relevance | path

Searched refs:qe_queue_next (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dqueue.h577 #define qe_queue_next(head, element, type, field) ({ \ macro
H A Dtimer_call.c1002 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
/xnu-8020.101.4/iokit/DriverKit/
H A Dqueue_implementation.h577 #define qe_queue_next(head, element, type, field) ({ \ macro