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 = 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()
[all …]
Dqemu-common.h18 typedef struct QEMUBH QEMUBH; typedef
140 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
141 void qemu_bh_schedule(QEMUBH *bh);
148 void qemu_bh_schedule_idle(QEMUBH *bh);
149 void qemu_bh_cancel(QEMUBH *bh);
150 void qemu_bh_delete(QEMUBH *bh);
Dqemu-char.h71 QEMUBH *bh;
Diohandler.c146 static QEMUBH *sigchld_bh;
Dqemu-timer.h142 ptimer_state *ptimer_init(QEMUBH *bh);
Ddma-helpers.c49 QEMUBH *bh;
Dblock.c2282 QEMUBH *bh;
/external/qemu/android/
Dlooper-qemu.c292 QEMUBH* io_bh;
/external/qemu/hw/
Ddma.c356 static QEMUBH *dma_bh;
/external/qemu/block/
Dqcow2.c341 QEMUBH *bh;