Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dmain.c27 void (*pre_destroy)(struct iommufd_object *obj); member
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()
698 .pre_destroy = iommufd_device_pre_destroy,