Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dintel-iommu.c430 static struct kmem_cache *iommu_devinfo_cache; variable
461 return kmem_cache_alloc(iommu_devinfo_cache, GFP_ATOMIC); in alloc_devinfo_mem()
466 kmem_cache_free(iommu_devinfo_cache, vaddr); in free_devinfo_mem()
2980 iommu_devinfo_cache = kmem_cache_create("iommu_devinfo", in iommu_devinfo_cache_init()
2985 if (!iommu_devinfo_cache) { in iommu_devinfo_cache_init()
3034 kmem_cache_destroy(iommu_devinfo_cache); in iommu_exit_mempool()