HomeSort by relevance Sort by last modified time
    Searched refs:QEMUBH (Results 1 - 10 of 10) sorted by null

  /external/qemu/
async.c 52 struct QEMUBH *first_bh;
76 QEMUBH **bh = opaque;
88 QEMUBH **bh;
118 struct QEMUBH {
124 QEMUBH *next;
127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque)
129 QEMUBH *bh;
130 bh = qemu_mallocz(sizeof(QEMUBH));
140 QEMUBH *bh, **bhp;
168 void qemu_bh_schedule_idle(QEMUBH *bh
    [all...]
qemu-common.h 18 typedef struct QEMUBH QEMUBH;
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);
qemu-char.h 71 QEMUBH *bh;
iohandler.c 146 static QEMUBH *sigchld_bh;
dma-helpers.c 49 QEMUBH *bh;
qemu-timer.h 142 ptimer_state *ptimer_init(QEMUBH *bh);
block.c     [all...]
  /external/qemu/android/
looper-qemu.c 292 QEMUBH* io_bh;
  /external/qemu/hw/
dma.c 356 static QEMUBH *dma_bh;
  /external/qemu/block/
qcow2.c 341 QEMUBH *bh;
    [all...]

Completed in 1734 milliseconds