Home
last modified time | relevance | path

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

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