Searched refs:qemu_bh_new (Results 1 – 9 of 9) sorted by relevance
/external/qemu/ |
D | async.c | 103 *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
|
D | iohandler.c | 168 sigchld_bh = qemu_bh_new(sigchld_bh_handler, NULL); in qemu_init_child_watch()
|
D | dma-helpers.c | 67 dbs->bh = qemu_bh_new(reschedule_dma, dbs); in continue_after_map_failure()
|
D | block.c | 2336 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()
|
D | qemu-char.c | 148 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/ |
D | looper-qemu.c | 413 looper->io_bh = qemu_bh_new(qlooper_handle_io_bh, looper); in looper_newCore()
|
/external/qemu/include/ |
D | qemu-common.h | 120 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
|
/external/qemu/hw/core/ |
D | dma.c | 586 dma_bh = qemu_bh_new(DMA_run_bh, NULL); in DMA_init()
|
/external/qemu/block/ |
D | qcow2.c | 373 acb->bh = qemu_bh_new(cb, acb); in qcow_schedule_bh()
|