Searched refs:file_region (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/linux/ |
D | hugetlb_cgroup.h | 22 struct file_region; 155 struct file_region *rg, 165 struct file_region *rg, in hugetlb_cgroup_uncharge_file_region()
|
D | hugetlb.h | 99 struct file_region { struct
|
/Linux-v5.15/mm/ |
D | hugetlb.c | 249 static struct file_region * 252 struct file_region *nrg = NULL; in get_file_region_entry_from_cache() 257 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache() 266 static void copy_hugetlb_cgroup_uncharge_info(struct file_region *nrg, in copy_hugetlb_cgroup_uncharge_info() 267 struct file_region *rg) in copy_hugetlb_cgroup_uncharge_info() 281 struct file_region *nrg) in record_hugetlb_cgroup_uncharge_info() 312 static void put_uncharge_info(struct file_region *rg) in put_uncharge_info() 320 static bool has_same_uncharge_info(struct file_region *rg, in has_same_uncharge_info() 321 struct file_region *org) in has_same_uncharge_info() 333 static void coalesce_file_region(struct resv_map *resv, struct file_region *rg) in coalesce_file_region() [all …]
|
D | hugetlb_cgroup.c | 393 struct file_region *rg, in hugetlb_cgroup_uncharge_file_region()
|
/Linux-v5.15/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 56 struct file_region { 169 file_region will exist that includes the range 'from' - 'to'. For private 242 ensuring the page is represented within a file_region structure of the region 421 map, all the individual file_region structures must be freed. In this case 424 after the new file size must be freed. In addition, any file_region entries 435 happen in the hole punch case where it has to split an existing file_region
|