Lines Matching refs:tgl
376 struct iommu_table_group_link *tgl;
385 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) {
386 if (tgl->table_group == table_group) {
387 list_del_rcu(&tgl->next);
388 kfree_rcu(tgl, rcu);
415 struct iommu_table_group_link *tgl = NULL;
420 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL,
422 if (!tgl)
425 tgl->table_group = table_group;
426 list_add_rcu(&tgl->next, &tbl->it_group_list);