Searched refs:iommufd_object_ops (Results 1 – 1 of 1) sorted by relevance
25 struct iommufd_object_ops { struct31 static const struct iommufd_object_ops iommufd_object_ops[]; argument82 if (WARN_ON(iommufd_object_ops[type].abort)) in _iommufd_object_alloc_ucmd()139 const struct iommufd_object_ops *ops = &iommufd_object_ops[obj->type]; in iommufd_object_abort_and_destroy()189 if (iommufd_object_ops[to_destroy->type].pre_destroy) in iommufd_object_dec_wait()190 iommufd_object_ops[to_destroy->type].pre_destroy(to_destroy); in iommufd_object_dec_wait()273 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_remove()361 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()693 static const struct iommufd_object_ops iommufd_object_ops[] = { variable