Home
last modified time | relevance | path

Searched refs:allocated_regions (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c444 struct list_head allocated_regions; in allocate_file_region_entries() local
450 INIT_LIST_HEAD(&allocated_regions); in allocate_file_region_entries()
477 list_add(&trg->link, &allocated_regions); in allocate_file_region_entries()
482 list_splice(&allocated_regions, &resv->region_cache); in allocate_file_region_entries()
489 list_for_each_entry_safe(rg, trg, &allocated_regions, link) { in allocate_file_region_entries()