Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Diommu.c37 static struct ida iommu_group_ida; variable
148 ida_remove(&iommu_group_ida, group->id); in iommu_group_release()
192 if (unlikely(0 == ida_pre_get(&iommu_group_ida, GFP_KERNEL))) { in iommu_group_alloc()
198 if (-EAGAIN == ida_get_new(&iommu_group_ida, &group->id)) in iommu_group_alloc()
207 ida_remove(&iommu_group_ida, group->id); in iommu_group_alloc()
1487 ida_init(&iommu_group_ida); in iommu_init()