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

/linux-master/arch/powerpc/include/asm/
H A Diommu.h114 struct kref it_kref; member in struct:iommu_table
/linux-master/arch/powerpc/kernel/
H A Diommu.c806 tbl = container_of(kref, struct iommu_table, it_kref);
831 if (kref_get_unless_zero(&tbl->it_kref))
843 return kref_put(&tbl->it_kref, iommu_table_free);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.c742 kref_init(&tbl->it_kref);
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1169 kref_init(&tbl->it_kref);
H A Diommu.c66 kref_init(&tbl->it_kref);

Completed in 141 milliseconds