Home
last modified time | relevance | path

Searched refs:iommufd_access_destroy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Diommufd.h50 void iommufd_access_destroy(struct iommufd_access *access);
/kernel/linux/linux-6.6/drivers/vfio/
H A Diommufd.c212 iommufd_access_destroy(vdev->iommufd_access); in vfio_iommufd_emulated_unbind()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dselftest.c692 iommufd_access_destroy(staccess->access); in iommufd_test_staccess_release()
780 iommufd_access_destroy(access); in iommufd_test_create_access()
H A Ddevice.c796 /* The calling driver is a user until iommufd_access_destroy() */ in iommufd_access_create()
808 * iommufd_access_destroy - Destroy an iommufd_access
813 void iommufd_access_destroy(struct iommufd_access *access) in iommufd_access_destroy() function
817 EXPORT_SYMBOL_NS_GPL(iommufd_access_destroy, IOMMUFD);
873 * iommufd_access_destroy() will wait for any outstanding unmap callback to
874 * complete. Once iommufd_access_destroy() no unmap ops are running or will
876 * unmap to complete while iommufd_access_destroy() is running.

Completed in 4 milliseconds