Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqueue.h544 #define QLIST_RAW_FIRST(head) \ macro
554 for ((elm) = *QLIST_RAW_FIRST(head); \
565 void *first = *QLIST_RAW_FIRST(head); \
566 *QLIST_RAW_FIRST(head) = elm; \
567 *QLIST_RAW_PREVIOUS(elm, entry) = QLIST_RAW_FIRST(head); \