it_kref           113 arch/powerpc/include/asm/iommu.h 	struct kref    it_kref;
it_kref           744 arch/powerpc/kernel/iommu.c 	tbl = container_of(kref, struct iommu_table, it_kref);
it_kref           773 arch/powerpc/kernel/iommu.c 	if (kref_get_unless_zero(&tbl->it_kref))
it_kref           785 arch/powerpc/kernel/iommu.c 	return kref_put(&tbl->it_kref, iommu_table_free);
it_kref           808 arch/powerpc/platforms/powernv/pci.c 	kref_init(&tbl->it_kref);
it_kref            57 arch/powerpc/platforms/pseries/iommu.c 	kref_init(&tbl->it_kref);
it_kref          1179 arch/powerpc/platforms/pseries/vio.c 	kref_init(&tbl->it_kref);