Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dfds.c394 QLIST_INSERT_BEFORE(mon_fdset_cur, mon_fdset, next); in monitor_fdset_add_fd()
/qemu/include/qemu/
H A Dqueue.h126 #define QLIST_INSERT_BEFORE(listelm, elm, field) do { \ macro
/qemu/block/
H A Dblkio.c138 QLIST_INSERT_BEFORE(cur, bounce, next); in blkio_do_alloc_bounce_buffer()
/qemu/tests/unit/
H A Dtest-vmstate.c1345 QLIST_INSERT_BEFORE(prev, elem, next); in manipulate_container()