Lines Matching refs:trg
579 struct file_region *iter, *trg = NULL;
589 list_for_each_entry_safe(iter, trg, head, link) {
640 struct file_region *trg = NULL, *rg = NULL;
666 trg = kmalloc(sizeof(*trg), GFP_KERNEL);
667 if (!trg)
669 list_add(&trg->link, &allocated_regions);
681 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {
834 struct file_region *rg, *trg;
840 list_for_each_entry_safe(rg, trg, head, link) {
1125 struct file_region *rg, *trg;
1131 list_for_each_entry_safe(rg, trg, head, link) {