Searched refs:allocated_regions (Results 1 – 1 of 1) sorted by relevance
450 struct list_head allocated_regions; in allocate_file_region_entries() local456 INIT_LIST_HEAD(&allocated_regions); in allocate_file_region_entries()483 list_add(&trg->link, &allocated_regions); in allocate_file_region_entries()488 list_splice(&allocated_regions, &resv->region_cache); in allocate_file_region_entries()495 list_for_each_entry_safe(rg, trg, &allocated_regions, link) { in allocate_file_region_entries()