Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diommu.c737 tbl = container_of(kref, struct iommu_table, it_kref); in iommu_table_free()
766 if (kref_get_unless_zero(&tbl->it_kref)) in iommu_tce_table_get()
778 return kref_put(&tbl->it_kref, iommu_table_free); in iommu_tce_table_put()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Diommu.h113 struct kref it_kref; member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci.c810 kref_init(&tbl->it_kref); in pnv_pci_table_alloc()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Diommu.c71 kref_init(&tbl->it_kref); in iommu_pseries_alloc_group()
H A Dvio.c1182 kref_init(&tbl->it_kref); in vio_build_iommu_table()