Home
last modified time | relevance | path

Searched refs:async_ops (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/vfio-user/
H A Dtrace-events19 …uint64_t off, uint32_t flags, bool async_ops) " iova 0x%"PRIx64" size 0x%"PRIx64" off 0x%"PRIx64" …
20 …iova, uint64_t size, uint32_t flags, bool async_ops) " iova 0x%"PRIx64" size 0x%"PRIx64" flags 0x…
H A Dcontainer.c30 container->proxy->async_ops = true; in vfio_user_listener_begin()
39 container->proxy->async_ops = false; in vfio_user_listener_commit()
60 container->proxy->async_ops); in vfio_user_dma_unmap()
62 if (container->proxy->async_ops) { in vfio_user_dma_unmap()
120 container->proxy->async_ops); in vfio_user_dma_map()
126 if (container->proxy->async_ops) { in vfio_user_dma_map()
H A Dproxy.h74 bool async_ops; member