Lines Matching defs:obj
10 void iommufd_hw_pagetable_destroy(struct iommufd_object *obj)
13 container_of(obj, struct iommufd_hw_pagetable, obj);
26 refcount_dec(&hwpt->ioas->obj.users);
29 void iommufd_hw_pagetable_abort(struct iommufd_object *obj)
32 container_of(obj, struct iommufd_hw_pagetable, obj);
41 iommufd_hw_pagetable_destroy(obj);
88 refcount_inc(&ioas->obj.users);
132 iommufd_object_abort_and_destroy(ictx, &hwpt->obj);
164 cmd->out_hwpt_id = hwpt->obj.id;
168 iommufd_object_finalize(ucmd->ictx, &hwpt->obj);
172 iommufd_object_abort_and_destroy(ucmd->ictx, &hwpt->obj);
175 iommufd_put_object(&ioas->obj);
177 iommufd_put_object(&idev->obj);