Lines Matching defs:obj
85 iommufd_put_object(&ioas->obj);
102 struct iommufd_object obj;
329 struct iommufd_object *obj;
331 obj = iommufd_get_object(ucmd->ictx, mockpt_id,
333 if (IS_ERR(obj))
334 return ERR_CAST(obj);
335 hwpt = container_of(obj, struct iommufd_hw_pagetable, obj);
337 iommufd_put_object(&hwpt->obj);
440 cmd->mock_domain.out_stdev_id = sobj->obj.id;
445 iommufd_object_finalize(ucmd->ictx, &sobj->obj);
455 iommufd_object_abort(ucmd->ictx, &sobj->obj);
477 sobj = container_of(dev_obj, struct selftest_obj, obj);
509 iommufd_put_object(&ioas->obj);
564 iommufd_put_object(&hwpt->obj);
980 void iommufd_selftest_destroy(struct iommufd_object *obj)
982 struct selftest_obj *sobj = container_of(obj, struct selftest_obj, obj);