Home
last modified time | relevance | path

Searched refs:QSLIST_HEAD (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/block/
H A Daio.h117 typedef QSLIST_HEAD(, QEMUBH) BHList;
124 typedef QSLIST_HEAD(, AioHandler) AioHandlerSList;
202 QSLIST_HEAD(, Coroutine) scheduled_coroutines;
H A Daccounting.h91 QSLIST_HEAD(, BlockAcctTimedStats) intervals;
/openbmc/qemu/util/
H A Dqemu-coroutine.c53 QSLIST_HEAD(, Coroutine) list;
57 typedef QSLIST_HEAD(, CoroutinePoolBatch) CoroutinePool;
H A Dtransactions.c35 QSLIST_HEAD(, TransactionAction) actions;
H A Dqemu-coroutine-lock.c150 QSLIST_HEAD(, CoWaitRecord) reversed; in move_waiters()
H A Dasync.c553 QSLIST_HEAD(, Coroutine) straight, reversed; in co_schedule_bh_cb()
/openbmc/qemu/ebpf/
H A Debpf.c26 static QSLIST_HEAD(, ElfBinaryDataEntry) ebpf_elf_obj_list =
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h66 #define QSLIST_HEAD(name, type) \ macro
/openbmc/qemu/include/qemu/
H A Dcoroutine.h64 QSLIST_HEAD(, CoWaitRecord) from_push, to_pop;
H A Dqueue.h187 #define QSLIST_HEAD(name, type) \ macro
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c36 typedef QSLIST_HEAD(, FuzzTargetState) FuzzTargetList;
/openbmc/qemu/tests/unit/
H A Dtest-rcu-list.c150 static QSLIST_HEAD(, list_element) Q_list_head;
/openbmc/qemu/qapi/
H A Dqobject-output-visitor.c36 QSLIST_HEAD(, QStackEntry) stack; /* Stack of unfinished containers */
H A Dqobject-input-visitor.c54 QSLIST_HEAD(, StackObject) stack;
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c44 typedef QSLIST_HEAD(, QOSGraphEdge) QOSGraphEdgeList;
/openbmc/qemu/target/arm/
H A Dkvm.c658 static QSLIST_HEAD(, KVMDevice) kvm_devices_head;
/openbmc/qemu/hw/9pfs/
H A D9p.c440 QSLIST_HEAD(, V9fsFidState) reclaim_list = in v9fs_reclaim_fd()