Home
last modified time | relevance | path

Searched refs:qemu_bh_new (Results 1 – 9 of 9) sorted by relevance

/external/qemu/
Dasync.c103 *bh = qemu_bh_new(bh_run_aio_completions, bh); in async_context_pop()
127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) in qemu_bh_new() function
Diohandler.c168 sigchld_bh = qemu_bh_new(sigchld_bh_handler, NULL); in qemu_init_child_watch()
Ddma-helpers.c67 dbs->bh = qemu_bh_new(reschedule_dma, dbs); in continue_after_map_failure()
Dblock.c2336 acb->bh = qemu_bh_new(bdrv_aio_bh_cb, acb); in bdrv_aio_rw_vector()
2376 acb->bh = qemu_bh_new(bdrv_aio_bh_cb, acb); in bdrv_aio_flush_em()
2395 acb->bh = qemu_bh_new(bdrv_aio_bh_cb, acb); in bdrv_aio_noop_em()
Dqemu-char.c148 s->bh = qemu_bh_new(qemu_chr_generic_open_bh, s); in qemu_chr_generic_open()
156 s->bh = qemu_bh_new(qemu_chr_generic_open_bh, s); in qemu_chr_reset()
/external/qemu/android/
Dlooper-qemu.c413 looper->io_bh = qemu_bh_new(qlooper_handle_io_bh, looper); in looper_newCore()
/external/qemu/include/
Dqemu-common.h120 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
/external/qemu/hw/core/
Ddma.c586 dma_bh = qemu_bh_new(DMA_run_bh, NULL); in DMA_init()
/external/qemu/block/
Dqcow2.c373 acb->bh = qemu_bh_new(cb, acb); in qcow_schedule_bh()