Lines Matching refs:trg
375 struct file_region *rg = NULL, *trg = NULL, *nrg = NULL;
384 list_for_each_entry_safe(rg, trg, head, link) {
447 struct file_region *trg = NULL, *rg = NULL;
475 trg = kmalloc(sizeof(*trg), GFP_KERNEL);
476 if (!trg)
478 list_add(&trg->link, &allocated_regions);
490 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {
644 struct file_region *rg, *trg;
650 list_for_each_entry_safe(rg, trg, head, link) {
929 struct file_region *rg, *trg;
935 list_for_each_entry_safe(rg, trg, head, link) {