Home
last modified time | relevance | path

Searched defs:QEMUBH (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dasync.c62 struct QEMUBH { struct
65 QEMUBHFunc *cb; argument
67 QSLIST_ENTRY(QEMUBH) next; argument
73 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() argument
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c24 struct QEMUBH { struct
25 QEMUBHFunc *cb; argument
26 void *opaque;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h92 typedef struct QEMUBH QEMUBH; typedef