Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c46 QSIMPLEQ_INSERT_HEAD(&queue->entries, self, co_queue_next); in qemu_co_queue_wait_impl()
/openbmc/qemu/include/qemu/
H A Dqueue.h294 #define QSIMPLEQ_INSERT_HEAD(head, elm, field) do { \ macro
/openbmc/qemu/block/
H A Dblkdebug.c827 QSIMPLEQ_INSERT_HEAD(&s->active_rules, rule, active_next); in process_rule()