Lines Matching refs:trg
374 struct file_region *rg = NULL, *trg = NULL, *nrg = NULL; in add_reservation_in_range() local
383 list_for_each_entry_safe(rg, trg, head, link) { in add_reservation_in_range()
446 struct file_region *trg = NULL, *rg = NULL; in allocate_file_region_entries() local
474 trg = kmalloc(sizeof(*trg), GFP_KERNEL); in allocate_file_region_entries()
475 if (!trg) in allocate_file_region_entries()
477 list_add(&trg->link, &allocated_regions); in allocate_file_region_entries()
489 list_for_each_entry_safe(rg, trg, &allocated_regions, link) { in allocate_file_region_entries()
643 struct file_region *rg, *trg; in region_del() local
649 list_for_each_entry_safe(rg, trg, head, link) { in region_del()
928 struct file_region *rg, *trg; in resv_map_release() local
934 list_for_each_entry_safe(rg, trg, head, link) { in resv_map_release()