Home
last modified time | relevance | path

Searched refs:aio_bh_new_guarded (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst82 * ``aio_bh_new_guarded()`` - create a BH with a device re-entrancy guard
85 The ``qemu_bh_new_guarded``/``aio_bh_new_guarded`` APIs accept a
/openbmc/qemu/include/block/
H A Daio.h331 #define aio_bh_new_guarded(ctx, cb, opaque, guard) \ macro
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c630 dataplane->bh = aio_bh_new_guarded(dataplane->ctx, xen_block_dataplane_bh, in xen_block_dataplane_create()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c902 s->free_page_bh = aio_bh_new_guarded(iothread_get_aio_context(s->iothread), in virtio_balloon_device_realize()