Searched refs:qemu_bh_new (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/migration/ |
H A D | colo-failover.c | 51 failover_bh = qemu_bh_new(colo_failover_bh, NULL); in failover_request_active()
|
H A D | migration.c | 297 QEMUBH *bh = qemu_bh_new(migration_bh_dispatch_bh, migbh); in migration_bh_schedule()
|
/openbmc/qemu/backends/ |
H A D | rng-builtin.c | 48 s->bh = qemu_bh_new(rng_builtin_receive_entropy_bh, s); in rng_builtin_init()
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 390 #define qemu_bh_new(cb, opaque) \ macro
|
/openbmc/qemu/hw/misc/ |
H A D | i2c-echo.c | 137 state->bh = qemu_bh_new(i2c_echo_bh, state); in i2c_echo_realize()
|
/openbmc/qemu/hw/9pfs/ |
H A D | coth.h | 45 co_bh = qemu_bh_new(co_run_in_worker_bh, \
|
/openbmc/qemu/audio/ |
H A D | jackaudio.c | 511 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 D | vhost-user-server.c | 497 bh = qemu_bh_new(restart_listener_bh, server); in vhost_user_server_start()
|
H A D | main-loop.c | 173 qemu_notify_bh = qemu_bh_new(notify_event_cb, NULL); in qemu_init_main_loop()
|
/openbmc/qemu/block/ |
H A D | preallocate.c | 153 s->drop_resize_bh = qemu_bh_new(preallocate_drop_resize_bh, bs); in preallocate_open()
|
/openbmc/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 69 * LEGACY ``qemu_bh_new()`` - create a BH
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 585 d->dma_bh = qemu_bh_new(i8257_dma_run, d); in i8257_realize()
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 423 s->tmf_bh = qemu_bh_new(virtio_scsi_do_tmf_bh, s); in virtio_scsi_defer_tmf_to_bh()
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | 1158 ssd->gl_unblock_bh = qemu_bh_new(qemu_spice_gl_unblock_bh, ssd); in qemu_spice_display_init_one()
|
H A D | vnc.c | 3333 vs->bh = qemu_bh_new(vnc_jobs_bh, vs); in vnc_connect()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 1519 g->reset_bh = qemu_bh_new(virtio_gpu_reset_bh, g); in virtio_gpu_device_realize()
|
/openbmc/qemu/hw/ide/ |
H A D | core.c | 2781 bus->bh = qemu_bh_new(ide_restart_bh, bus); in ide_restart_cb()
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 287 s->tick = qemu_bh_new(omap_timer_fire, s); in omap_mpu_timer_init()
|