Searched refs:QEMUBH (Results 1 - 9 of 9) sorted by relevance

/external/qemu/
H A Dqemu-common.h86 typedef struct QEMUBH QEMUBH; typedef in typeref:struct:QEMUBH
90 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
91 void qemu_bh_schedule(QEMUBH *bh);
98 void qemu_bh_schedule_idle(QEMUBH *bh);
99 void qemu_bh_cancel(QEMUBH *bh);
100 void qemu_bh_delete(QEMUBH *bh);
H A Dqemu-timer.h49 ptimer_state *ptimer_init(QEMUBH *bh);
H A Dqemu-char.h64 QEMUBH *bh;
H A Ddma-helpers.c49 QEMUBH *bh;
H A Dvl-android.c3325 struct QEMUBH { struct
3331 QEMUBH *next;
3334 static QEMUBH *first_bh = NULL;
3336 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque)
3338 QEMUBH *bh;
3339 bh = qemu_mallocz(sizeof(QEMUBH));
3349 QEMUBH *bh, **bhp;
3377 void qemu_bh_schedule_idle(QEMUBH *bh)
3385 void qemu_bh_schedule(QEMUBH *bh)
3395 void qemu_bh_cancel(QEMUBH *b
[all...]
H A Dvl.c3402 struct QEMUBH { struct
3408 QEMUBH *next;
3411 static QEMUBH *first_bh = NULL;
3413 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque)
3415 QEMUBH *bh;
3416 bh = qemu_mallocz(sizeof(QEMUBH));
3426 QEMUBH *bh, **bhp;
3454 void qemu_bh_schedule_idle(QEMUBH *bh)
3462 void qemu_bh_schedule(QEMUBH *bh)
3472 void qemu_bh_cancel(QEMUBH *b
[all...]
H A Dblock.c1365 QEMUBH *bh;
/external/qemu/hw/
H A Ddma.c354 static QEMUBH *dma_bh;
/external/qemu/block/
H A Dqcow2.c350 QEMUBH *bh;

Completed in 1506 milliseconds