Lines Matching refs:tgl
375 struct iommu_table_group_link *tgl;
384 list_for_each_entry_rcu(tgl, &tbl->it_group_list, next) {
385 if (tgl->table_group == table_group) {
386 list_del_rcu(&tgl->next);
387 kfree_rcu(tgl, rcu);
414 struct iommu_table_group_link *tgl = NULL;
419 tgl = kzalloc_node(sizeof(struct iommu_table_group_link), GFP_KERNEL,
421 if (!tgl)
424 tgl->table_group = table_group;
425 list_add_rcu(&tgl->next, &tbl->it_group_list);