Home
last modified time | relevance | path

Searched refs:iommufd_object_remove (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/iommufd/
Diommufd_private.h187 int iommufd_object_remove(struct iommufd_ctx *ictx,
201 ret = iommufd_object_remove(ictx, obj, obj->id, REMOVE_WAIT_SHORTTERM); in iommufd_object_destroy_user()
225 iommufd_object_remove(ictx, obj, obj->id, 0); in iommufd_object_put_and_try_destroy()
Dmain.c145 int iommufd_object_remove(struct iommufd_ctx *ictx, in iommufd_object_remove() function
230 return iommufd_object_remove(ucmd->ictx, NULL, cmd->id, 0); in iommufd_destroy()