Searched refs:stit (Results 1 – 1 of 1) sorted by relevance
62 struct kvmppc_spapr_tce_iommu_table *stit = container_of(head, in kvm_spapr_tce_iommu_table_free() local65 iommu_tce_table_put(stit->tbl); in kvm_spapr_tce_iommu_table_free()67 kfree(stit); in kvm_spapr_tce_iommu_table_free()72 struct kvmppc_spapr_tce_iommu_table *stit = container_of(kref, in kvm_spapr_tce_liobn_put() local75 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put()77 call_rcu(&stit->rcu, kvm_spapr_tce_iommu_table_free); in kvm_spapr_tce_liobn_put()85 struct kvmppc_spapr_tce_iommu_table *stit, *tmp; in kvm_spapr_tce_release_iommu_group() local95 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group()97 if (table_group->tables[i] != stit->tbl) in kvm_spapr_tce_release_iommu_group()100 kref_put(&stit->kref, kvm_spapr_tce_liobn_put); in kvm_spapr_tce_release_iommu_group()[all …]