Searched defs:QEMUBH (Results 1 – 3 of 3) sorted by relevance
62 struct QEMUBH { struct65 QEMUBHFunc *cb; argument67 QSLIST_ENTRY(QEMUBH) next; argument73 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() argument
24 struct QEMUBH { struct25 QEMUBHFunc *cb; argument26 void *opaque;
92 typedef struct QEMUBH QEMUBH; typedef