Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c256 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()
482 list_splice(&allocated_regions, &resv->region_cache); in allocate_file_region_entries()
670 nrg = list_first_entry(&resv->region_cache, in region_del()
917 INIT_LIST_HEAD(&resv_map->region_cache); in resv_map_alloc()
918 list_add(&rg->link, &resv_map->region_cache); in resv_map_alloc()
927 struct list_head *head = &resv_map->region_cache; in resv_map_release()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h49 struct list_head region_cache; member
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhugetlbfs_reserv.rst48 struct list_head region_cache;