Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/DriverKit/
H A Dqueue_implementation.h795 #define __QUEUE2_SET_PREV(__next, __elt, __head, type, field) \ macro
877 __QUEUE2_SET_PREV(__next, __elt, __head, type, field); \
918 __QUEUE2_SET_PREV(__cur, __elt, __head, type, field); \
958 __QUEUE2_SET_PREV(__next, __elt, __head, type, field); \
997 __QUEUE2_SET_PREV(__next, __prev, __head, type, field); \
/xnu-11215.61.5/osfmk/kern/
H A Dqueue.h795 #define __QUEUE2_SET_PREV(__next, __elt, __head, type, field) \ macro
877 __QUEUE2_SET_PREV(__next, __elt, __head, type, field); \
918 __QUEUE2_SET_PREV(__cur, __elt, __head, type, field); \
958 __QUEUE2_SET_PREV(__next, __elt, __head, type, field); \
997 __QUEUE2_SET_PREV(__next, __prev, __head, type, field); \