Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqueue.h501 #define QTAILQ_LINK_PREV(link) \ macro
504 ((typeof((head)->tqh_first)) QTAILQ_LINK_PREV((head)->tqh_circ))
506 ((typeof((elm)->field.tqe_next)) QTAILQ_LINK_PREV((elm)->field.tqe_circ))