Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dqueue.h556 #define qe_queue_next(head, element, type, field) ({ \ macro
H A Dtimer_call.c1059 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options()