Home
last modified time | relevance | path

Searched refs:QEMUBH (Results 1 – 10 of 10) sorted by relevance

/external/qemu/
Dasync.c52 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 = g_malloc0(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()
[all …]
Diohandler.c146 static QEMUBH *sigchld_bh;
Ddma-helpers.c49 QEMUBH *bh;
Dblock.c2284 QEMUBH *bh;
/external/qemu/include/qemu/
Dtypedefs.h9 typedef struct QEMUBH QEMUBH; typedef
/external/qemu/include/
Dqemu-common.h120 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
121 void qemu_bh_schedule(QEMUBH *bh);
128 void qemu_bh_schedule_idle(QEMUBH *bh);
129 void qemu_bh_cancel(QEMUBH *bh);
130 void qemu_bh_delete(QEMUBH *bh);
/external/qemu/include/sysemu/
Dchar.h71 QEMUBH *bh;
/external/qemu/android/
Dlooper-qemu.c292 QEMUBH* io_bh;
/external/qemu/hw/core/
Ddma.c358 static QEMUBH *dma_bh;
/external/qemu/block/
Dqcow2.c341 QEMUBH *bh;