Searched refs:stit (Results 1 – 1 of 1) sorted by relevance
63 struct kvmppc_spapr_tce_iommu_table *stit = container_of(head, in kvm_spapr_tce_iommu_table_free() local66 iommu_tce_table_put(stit->tbl); in kvm_spapr_tce_iommu_table_free()68 kfree(stit); in kvm_spapr_tce_iommu_table_free()73 struct kvmppc_spapr_tce_iommu_table *stit = container_of(kref, in kvm_spapr_tce_liobn_put() local76 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put()78 call_rcu(&stit->rcu, kvm_spapr_tce_iommu_table_free); in kvm_spapr_tce_liobn_put()86 struct kvmppc_spapr_tce_iommu_table *stit, *tmp; in kvm_spapr_tce_release_iommu_group() local96 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()98 if (table_group->tables[i] != stit->tbl) in kvm_spapr_tce_release_iommu_group()101 kref_put(&stit->kref, kvm_spapr_tce_liobn_put); in kvm_spapr_tce_release_iommu_group()[all …]