Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dmain.c25 struct iommufd_object_ops { struct
29 static const struct iommufd_object_ops iommufd_object_ops[]; argument
74 if (iommufd_object_ops[obj->type].abort) in iommufd_object_abort_and_destroy()
75 iommufd_object_ops[obj->type].abort(obj); in iommufd_object_abort_and_destroy()
77 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()
185 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove()
261 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()
496 static const struct iommufd_object_ops iommufd_object_ops[] = { variable