Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Drng.c84 QSIMPLEQ_REMOVE(&s->requests, req, RngRequest, next); in rng_backend_finalize_request()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c1131 QSIMPLEQ_REMOVE(&stream->queue, in return_tx_buffer()
1224 QSIMPLEQ_REMOVE(&stream->queue, in return_rx_buffer()
/openbmc/qemu/include/qemu/
H A Dqueue.h330 #define QSIMPLEQ_REMOVE(head, elm, type, field) do { \ macro
/openbmc/qemu/block/
H A Dblkdebug.c620 QSIMPLEQ_REMOVE(&s->active_rules, rule, BlkdebugRule, active_next); in rule_check()
H A Dqcow2-bitmap.c1490 QSIMPLEQ_REMOVE(bm_list, bm, Qcow2Bitmap, entry); in qcow2_co_remove_persistent_dirty_bitmap()
/openbmc/qemu/tcg/
H A Doptimize.c203 QSIMPLEQ_REMOVE(&ti->mem_copy, mc, MemCopyInfo, next); in remove_mem_copy()
H A Dtcg.c3162 QSIMPLEQ_REMOVE(&label->branches, use, TCGLabelUse, next); in remove_label_use()
/openbmc/qemu/hw/ppc/
H A Dspapr.c495 QSIMPLEQ_REMOVE(&drconf_queue, elem, DrconfCellQueue, entry); in spapr_dt_dynamic_memory_v2()