Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dptimer-test-stubs.c24 struct QEMUBH { struct
25 QEMUBHFunc *cb; argument
26 void *opaque;
/qemu/util/
H A Dasync.c61 struct QEMUBH { struct
64 QEMUBHFunc *cb; argument
66 QSLIST_ENTRY(QEMUBH) next; argument
72 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() argument
/qemu/include/qemu/
H A Dtypedefs.h91 typedef struct QEMUBH QEMUBH; typedef