Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Ddevice.c77 struct iommufd_group *new_igroup; in iommufd_alloc_group() local
79 new_igroup = kzalloc_obj(*new_igroup, GFP_KERNEL); in iommufd_alloc_group()
80 if (!new_igroup) in iommufd_alloc_group()
83 kref_init(&new_igroup->ref); in iommufd_alloc_group()
84 mutex_init(&new_igroup->lock); in iommufd_alloc_group()
85 xa_init(&new_igroup->pasid_attach); in iommufd_alloc_group()
86 new_igroup->sw_msi_start = PHYS_ADDR_MAX; in iommufd_alloc_group()
88 new_igroup->group = group; in iommufd_alloc_group()
94 new_igroup->ictx = ictx; in iommufd_alloc_group()
95 return new_igroup; in iommufd_alloc_group()
[all …]