Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqueue.h547 #define QLIST_RAW_NEXT(elm, entry) \ macro
556 (elm) = *QLIST_RAW_NEXT(elm, entry))
559 *QLIST_RAW_NEXT(prev, entry) = elem; \
560 *QLIST_RAW_PREVIOUS(elem, entry) = QLIST_RAW_NEXT(prev, entry); \
561 *QLIST_RAW_NEXT(elem, entry) = NULL; \
569 *QLIST_RAW_NEXT(elm, entry) = first; \
570 *QLIST_RAW_PREVIOUS(first, entry) = QLIST_RAW_NEXT(elm, entry); \
572 *QLIST_RAW_NEXT(elm, entry) = NULL; \