Searched refs:__QUEUE2_CHECK_PREV (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/iokit/DriverKit/ |
| H A D | queue_implementation.h | 767 #define __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field) \ macro 871 __QUEUE2_CHECK_PREV(__fail, __head, __next, __head, type, field); \ 951 __QUEUE2_CHECK_PREV(__fail, __cur, __next, __head, type, field); \ 993 __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field); \
|
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | queue.h | 767 #define __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field) \ macro 871 __QUEUE2_CHECK_PREV(__fail, __head, __next, __head, type, field); \ 951 __QUEUE2_CHECK_PREV(__fail, __cur, __next, __head, type, field); \ 993 __QUEUE2_CHECK_PREV(__fail, __elt, __next, __head, type, field); \
|