/openbmc/qemu/include/hw/audio/ |
H A D | virtio-snd.h | 153 QSIMPLEQ_HEAD(, VirtIOSoundPCMBuffer) queue; 239 QSIMPLEQ_HEAD(, VirtIOSoundPCMBuffer) invalid;
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm_int.h | 51 QSIMPLEQ_HEAD(, KVMMemoryUpdate) transaction_add; 52 QSIMPLEQ_HEAD(, KVMMemoryUpdate) transaction_del;
|
H A D | rng.h | 56 QSIMPLEQ_HEAD(, RngRequest) requests;
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 95 QSIMPLEQ_HEAD(, Coroutine) entries; 179 QSIMPLEQ_HEAD(, CoRwTicket) tickets;
|
H A D | coroutine_int.h | 67 QSIMPLEQ_HEAD(, Coroutine) co_queue_wakeup;
|
H A D | queue.h | 272 #define QSIMPLEQ_HEAD(name, type) \ macro
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-platform.h | 56 QSIMPLEQ_HEAD(, VFIOINTp) pending_intp_queue;
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 221 QSIMPLEQ_HEAD(, TCGLabelUse) branches; 222 QSIMPLEQ_HEAD(, TCGRelocation) relocs; 501 QSIMPLEQ_HEAD(, TCGLabelQemuLdst) ldst_labels; 535 QSIMPLEQ_HEAD(, TCGLabel) labels;
|
/openbmc/qemu/scripts/ |
H A D | cocci-macro-file.h | 82 #define QSIMPLEQ_HEAD(name, type) \ macro
|
/openbmc/qemu/backends/ |
H A D | cryptodev-lkcf.c | 86 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) requests; 87 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; 111 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; in cryptodev_lkcf_handle_response()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | i2c.h | 84 typedef QSIMPLEQ_HEAD(I2CPendingMasters, I2CPendingMaster) I2CPendingMasters;
|
/openbmc/qemu/block/ |
H A D | linux-aio.c | 54 QSIMPLEQ_HEAD(, qemu_laiocb) pending; 295 QSIMPLEQ_HEAD(, qemu_laiocb) completed; in ioq_submit()
|
H A D | io_uring.c | 49 QSIMPLEQ_HEAD(, LuringAIOCB) submit_queue;
|
H A D | qcow2-bitmap.c | 97 typedef QSIMPLEQ_HEAD(Qcow2BitmapList, Qcow2Bitmap) Qcow2BitmapList; 1544 QSIMPLEQ_HEAD(, Qcow2BitmapTable) drop_tables; in qcow2_store_persistent_dirty_bitmaps()
|
H A D | blkdebug.c | 60 QSIMPLEQ_HEAD(, BlkdebugRule) active_rules;
|
/openbmc/qemu/hw/usb/ |
H A D | ccid-card-emulated.c | 126 QSIMPLEQ_HEAD(, EmulEvent) event_list; 130 QSIMPLEQ_HEAD(, EmulEvent) guest_apdu_list;
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 185 QSIMPLEQ_HEAD(, BHListSlice) bh_slice_list;
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine.c | 248 QSIMPLEQ_HEAD(, Coroutine) pending = QSIMPLEQ_HEAD_INITIALIZER(pending); in qemu_aio_coroutine_enter()
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 122 static QSIMPLEQ_HEAD(, list_element) Q_list_head =
|
/openbmc/qemu/audio/ |
H A D | audio_int.h | 297 typedef QSIMPLEQ_HEAD(, AudiodevListEntry) AudiodevListHead;
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 66 typedef QSIMPLEQ_HEAD(ACLList, ACLRule) ACLList;
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 501 QSIMPLEQ_HEAD(, qemu_work_item) work_list;
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 428 static __thread QSIMPLEQ_HEAD(, MonitorQapiEvent) event_queue; in qapi_event_emit()
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_device.h | 163 QSIMPLEQ_HEAD(, CXLEvent) events;
|
/openbmc/qemu/migration/ |
H A D | block-dirty-bitmap.c | 128 QSIMPLEQ_HEAD(, SaveBitmapState) dbms_list;
|