Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Diommufd_private.h192 int iommufd_object_remove(struct iommufd_ctx *ictx,
206 ret = iommufd_object_remove(ictx, obj, obj->id, REMOVE_WAIT_SHORTTERM); in iommufd_object_destroy_user()
230 iommufd_object_remove(ictx, obj, obj->id, 0); in iommufd_object_put_and_try_destroy()
H A Dmain.c119 int iommufd_object_remove(struct iommufd_ctx *ictx, in iommufd_object_remove() function
204 return iommufd_object_remove(ucmd->ictx, NULL, cmd->id, 0); in iommufd_destroy()