Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Diommu.c37 static struct ida iommu_group_ida; variable
135 ida_remove(&iommu_group_ida, group->id); in iommu_group_release()
176 if (unlikely(0 == ida_pre_get(&iommu_group_ida, GFP_KERNEL))) { in iommu_group_alloc()
182 if (-EAGAIN == ida_get_new(&iommu_group_ida, &group->id)) in iommu_group_alloc()
191 ida_remove(&iommu_group_ida, group->id); in iommu_group_alloc()
1203 ida_init(&iommu_group_ida); in iommu_init()