Home
last modified time | relevance | path

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

/qemu/migration/
A Dcolo-failover.c51 failover_bh = qemu_bh_new(colo_failover_bh, NULL); in failover_request_active()
A Dmigration.c297 QEMUBH *bh = qemu_bh_new(migration_bh_dispatch_bh, migbh); in migration_bh_schedule()
/qemu/backends/
A Drng-builtin.c48 s->bh = qemu_bh_new(rng_builtin_receive_entropy_bh, s); in rng_builtin_init()
/qemu/include/qemu/
A Dmain-loop.h390 #define qemu_bh_new(cb, opaque) \ macro
/qemu/hw/misc/
A Di2c-echo.c137 state->bh = qemu_bh_new(i2c_echo_bh, state); in i2c_echo_realize()
/qemu/hw/9pfs/
A Dcoth.h45 co_bh = qemu_bh_new(co_run_in_worker_bh, \
/qemu/audio/
A Djackaudio.c511 jo->c.shutdown_bh = qemu_bh_new(qjack_shutdown_bh, &jo->c); in qjack_init_out()
548 ji->c.shutdown_bh = qemu_bh_new(qjack_shutdown_bh, &ji->c); in qjack_init_in()
/qemu/util/
A Dvhost-user-server.c497 bh = qemu_bh_new(restart_listener_bh, server); in vhost_user_server_start()
A Dmain-loop.c173 qemu_notify_bh = qemu_bh_new(notify_event_cb, NULL); in qemu_init_main_loop()
/qemu/block/
A Dpreallocate.c153 s->drop_resize_bh = qemu_bh_new(preallocate_drop_resize_bh, bs); in preallocate_open()
/qemu/docs/devel/
A Dmultiple-iothreads.rst69 * LEGACY ``qemu_bh_new()`` - create a BH
/qemu/hw/dma/
A Di8257.c585 d->dma_bh = qemu_bh_new(i8257_dma_run, d); in i8257_realize()
/qemu/hw/scsi/
A Dvirtio-scsi.c423 s->tmf_bh = qemu_bh_new(virtio_scsi_do_tmf_bh, s); in virtio_scsi_defer_tmf_to_bh()
/qemu/ui/
A Dspice-display.c1158 ssd->gl_unblock_bh = qemu_bh_new(qemu_spice_gl_unblock_bh, ssd); in qemu_spice_display_init_one()
A Dvnc.c3333 vs->bh = qemu_bh_new(vnc_jobs_bh, vs); in vnc_connect()
/qemu/hw/display/
A Dvirtio-gpu.c1519 g->reset_bh = qemu_bh_new(virtio_gpu_reset_bh, g); in virtio_gpu_device_realize()
/qemu/hw/ide/
A Dcore.c2781 bus->bh = qemu_bh_new(ide_restart_bh, bus); in ide_restart_cb()
/qemu/hw/arm/
A Domap1.c287 s->tick = qemu_bh_new(omap_timer_fire, s); in omap_mpu_timer_init()

Completed in 46 milliseconds