Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst49 struct list_head region_cache;
/openbmc/linux/mm/
H A Dhugetlb.c444 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()
674 list_splice(&allocated_regions, &resv->region_cache); in allocate_file_region_entries()
861 nrg = list_first_entry(&resv->region_cache, in region_del()
1114 INIT_LIST_HEAD(&resv_map->region_cache); in resv_map_alloc()
1115 list_add(&rg->link, &resv_map->region_cache); in resv_map_alloc()
1124 struct list_head *head = &resv_map->region_cache; in resv_map_release()
/openbmc/linux/include/linux/
H A Dhugetlb.h61 struct list_head region_cache; member
/openbmc/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst46 struct list_head region_cache;