Lines Matching refs:QEMUBH
52 struct QEMUBH *first_bh;
76 QEMUBH **bh = opaque; in bh_run_aio_completions()
88 QEMUBH **bh; in async_context_pop()
118 struct QEMUBH { struct
124 QEMUBH *next; argument
127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) in qemu_bh_new()
129 QEMUBH *bh; in qemu_bh_new()
130 bh = qemu_mallocz(sizeof(QEMUBH)); in qemu_bh_new()
140 QEMUBH *bh, **bhp; in qemu_bh_poll()
168 void qemu_bh_schedule_idle(QEMUBH *bh) in qemu_bh_schedule_idle()
176 void qemu_bh_schedule(QEMUBH *bh) in qemu_bh_schedule()
186 void qemu_bh_cancel(QEMUBH *bh) in qemu_bh_cancel()
191 void qemu_bh_delete(QEMUBH *bh) in qemu_bh_delete()
199 QEMUBH *bh; in qemu_bh_update_timeout()