Searched refs:QSLIST_HEAD (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | aio.h | 117 typedef QSLIST_HEAD(, QEMUBH) BHList; 124 typedef QSLIST_HEAD(, AioHandler) AioHandlerSList; 202 QSLIST_HEAD(, Coroutine) scheduled_coroutines;
|
H A D | accounting.h | 91 QSLIST_HEAD(, BlockAcctTimedStats) intervals;
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine.c | 53 QSLIST_HEAD(, Coroutine) list; 57 typedef QSLIST_HEAD(, CoroutinePoolBatch) CoroutinePool;
|
H A D | transactions.c | 35 QSLIST_HEAD(, TransactionAction) actions;
|
H A D | qemu-coroutine-lock.c | 150 QSLIST_HEAD(, CoWaitRecord) reversed; in move_waiters()
|
H A D | async.c | 553 QSLIST_HEAD(, Coroutine) straight, reversed; in co_schedule_bh_cb()
|
/openbmc/qemu/ebpf/ |
H A D | ebpf.c | 26 static QSLIST_HEAD(, ElfBinaryDataEntry) ebpf_elf_obj_list =
|
/openbmc/qemu/scripts/ |
H A D | cocci-macro-file.h | 66 #define QSLIST_HEAD(name, type) \ macro
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 64 QSLIST_HEAD(, CoWaitRecord) from_push, to_pop;
|
H A D | queue.h | 187 #define QSLIST_HEAD(name, type) \ macro
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 36 typedef QSLIST_HEAD(, FuzzTargetState) FuzzTargetList;
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 150 static QSLIST_HEAD(, list_element) Q_list_head;
|
/openbmc/qemu/qapi/ |
H A D | qobject-output-visitor.c | 36 QSLIST_HEAD(, QStackEntry) stack; /* Stack of unfinished containers */
|
H A D | qobject-input-visitor.c | 54 QSLIST_HEAD(, StackObject) stack;
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 44 typedef QSLIST_HEAD(, QOSGraphEdge) QOSGraphEdgeList;
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 658 static QSLIST_HEAD(, KVMDevice) kvm_devices_head;
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 440 QSLIST_HEAD(, V9fsFidState) reclaim_list = in v9fs_reclaim_fd()
|