Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Diommu.c808 tbl = container_of(kref, struct iommu_table, it_kref); in iommu_table_free()
833 if (kref_get_unless_zero(&tbl->it_kref)) in iommu_tce_table_get()
845 return kref_put(&tbl->it_kref, iommu_table_free); in iommu_tce_table_put()
/linux/arch/powerpc/include/asm/
H A Diommu.h116 struct kref it_kref; member
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1171 kref_init(&tbl->it_kref); in vio_build_iommu_table()
H A Diommu.c68 kref_init(&tbl->it_kref); in iommu_pseries_alloc_table()