Home
last modified time | relevance | path

Searched refs:QLIST_HEAD (Results 1 – 25 of 94) sorted by relevance

1234

/qemu/audio/
H A Daudio_int.h79 QLIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head;
80 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head;
101 QLIST_HEAD (sw_in_listhead, SWVoiceIn) sw_head;
209 QLIST_HEAD (cb_listhead, capture_callback) cb_head;
225 QLIST_HEAD (card_listhead, QEMUSoundCard) card_head;
226 QLIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in;
227 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out;
228 QLIST_HEAD (cap_listhead, CaptureVoiceOut) cap_head;
/qemu/include/hw/vfio/
H A Dvfio-container-base.h29 QLIST_HEAD(, VFIOContainerBase) containers;
47 QLIST_HEAD(, VFIOGuestIOMMU) giommu_list;
48 QLIST_HEAD(, VFIORamDiscardListener) vrdl_list;
50 QLIST_HEAD(, VFIODevice) device_list;
H A Dvfio-common.h84 QLIST_HEAD(, VFIOGroup) group_list;
101 QLIST_HEAD(, VFIODevice) device_list;
109 QLIST_HEAD(, VFIOIOASHwpt) hwpt_list;
188 QLIST_HEAD(, VFIODevice) device_list;
260 typedef QLIST_HEAD(VFIOGroupList, VFIOGroup) VFIOGroupList;
261 typedef QLIST_HEAD(VFIODeviceList, VFIODevice) VFIODeviceList;
H A Dvfio-platform.h54 QLIST_HEAD(, VFIOINTp) intp_list; /* list of IRQs */
/qemu/include/qemu/
H A Dnotify.h29 QLIST_HEAD(, Notifier) notifiers;
62 QLIST_HEAD(, NotifierWithReturn) notifiers;
/qemu/include/exec/
H A Dramlist.h51 QLIST_HEAD(, RAMBlock) blocks;
55 QLIST_HEAD(, RAMBlockNotifier) ramblock_notifiers;
H A Dramblock.h41 QLIST_HEAD(, RAMBlockNotifier) ramblock_notifiers;
/qemu/plugins/
H A Dplugin.h23 QLIST_HEAD(, qemu_plugin_cb) cb_lists[QEMU_PLUGIN_EV_MAX];
34 QLIST_HEAD(, qemu_plugin_scoreboard) scoreboards;
/qemu/hw/vfio/
H A Dpci.h44 QLIST_HEAD(, VFIOIOEventFD) ioeventfds;
57 QLIST_HEAD(, VFIOQuirk) quirks;
64 QLIST_HEAD(, VFIOQuirk) quirks;
/qemu/include/hw/xen/
H A Dxen-bus.h31 QLIST_HEAD(, XenEventChannel) event_channels;
66 QLIST_HEAD(, XenDevice) inactive_devices;
/qemu/include/block/
H A Dblock_int-common.h1090 QLIST_HEAD(, BdrvAioNotifier) aio_notifiers;
1164 QLIST_HEAD(, BdrvOpBlocker) op_blockers[BLOCK_OP_TYPE_MAX];
1181 QLIST_HEAD(, BdrvChild GRAPH_RDLOCK_PTR) children;
1185 QLIST_HEAD(, BdrvChild GRAPH_RDLOCK_PTR) parents;
1211 QLIST_HEAD(, BdrvDirtyBitmap) dirty_bitmaps;
1240 QLIST_HEAD(, BdrvTrackedRequest) tracked_requests;
H A Dreqlist.h34 typedef QLIST_HEAD(, BlockReq) BlockReqList;
/qemu/util/
H A Dyank.c28 QLIST_HEAD(, YankFuncAndParam) yankfns;
43 static QLIST_HEAD(, YankInstanceEntry) yank_instance_list
/qemu/hw/hyperv/
H A Dhyperv_testdev.c46 QLIST_HEAD(, TestSintRoute) sint_routes;
47 QLIST_HEAD(, TestMsgConn) msg_conns;
48 QLIST_HEAD(, TestEvtConn) evt_conns;
/qemu/hw/pci/
H A Dpcie_port.c53 QLIST_HEAD(, PCIESlot) slots;
57 static QLIST_HEAD(, PCIEChassis) chassis = QLIST_HEAD_INITIALIZER(chassis);
H A Dpci-internal.h13 typedef QLIST_HEAD(, PCIHostState) PCIHostStateList;
/qemu/include/hw/
H A Dqdev-core.h205 typedef QLIST_HEAD(, NamedGPIOList) NamedGPIOListHead;
206 typedef QLIST_HEAD(, NamedClockList) NamedClockListHead;
207 typedef QLIST_HEAD(, BusState) BusStateHead;
/qemu/monitor/
H A Dfds.c54 QLIST_HEAD(, MonFdsetFd) fds;
55 QLIST_HEAD(, MonFdsetFd) dup_fds;
61 static QLIST_HEAD(, MonFdset) mon_fdsets;
/qemu/include/hw/pci/
H A Dpci_bus.h49 QLIST_HEAD(, PCIBus) child; /* this will be replaced by qdev later */
/qemu/ui/
H A Dvnc-palette.h48 QLIST_HEAD(,VncPaletteEntry) table[VNC_PALETTE_HASH_SIZE];
/qemu/hw/9pfs/
H A D9p-synth.h31 QLIST_HEAD(, V9fsSynthNode) child;
/qemu/migration/
H A Dthreadinfo.c19 static QLIST_HEAD(, MigrationThread) migration_threads;
/qemu/include/hw/virtio/
H A Dvirtio-mem.h118 QLIST_HEAD(, RamDiscardListener) rdl_list;
H A Dvhost-vdpa.h44 QLIST_HEAD(, vdpa_iommu) iommu_list;
/qemu/net/
H A Dhub.c43 QLIST_HEAD(, NetHubPort) ports;
46 static QLIST_HEAD(, NetHub) hubs = QLIST_HEAD_INITIALIZER(&hubs);

1234