Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblock-backend-global-state.h80 bool blk_in_drain(BlockBackend *blk);
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c695 if (!blk_in_drain(dataplane->blk)) { in xen_block_dataplane_stop()
832 if (!blk_in_drain(dataplane->blk)) { in xen_block_dataplane_start()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1720 if (!blk_in_drain(s->conf.conf.blk)) { in virtio_blk_start_ioeventfd()
1772 if (!blk_in_drain(s->conf.conf.blk)) { in virtio_blk_stop_ioeventfd()
/openbmc/qemu/block/
H A Dblock-backend.c1288 bool blk_in_drain(BlockBackend *blk) in blk_in_drain() function