Searched refs:region_del (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | hugetlb_cgroup.h | 157 bool region_del); 167 bool region_del) in hugetlb_cgroup_uncharge_file_region() argument
|
/Linux-v5.15/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 416 The routine region_del() is called to remove regions from a reservation map. 422 region_del is passed the range [0, LONG_MAX). 426 case, region_del is passed the range [new_end_of_file, LONG_MAX). 429 removed, region_del() is called to remove the corresponding entry from the 430 reservation map. In this case, region_del is passed the range 433 In every case, region_del() will return the number of pages removed from the 434 reservation map. In VERY rare cases, region_del() can fail. This can only 436 entry and can not allocate a new structure. In this error case, region_del() 505 indicates a reservation), and region_del is called for private mappings (as
|
/Linux-v5.15/mm/ |
D | hugetlb_cgroup.c | 395 bool region_del) in hugetlb_cgroup_uncharge_file_region() argument 408 if (region_del) in hugetlb_cgroup_uncharge_file_region()
|
D | hugetlb.c | 643 static long region_del(struct resv_map *resv, long f, long t) in region_del() function 934 region_del(resv_map, 0, LONG_MAX); in resv_map_release() 2431 ret = region_del(resv, idx, idx + 1); in __vma_reservation_common() 2437 ret = region_del(resv, idx, idx + 1); in __vma_reservation_common() 5856 chg = region_del(resv_map, start, end); in hugetlb_unreserve_pages()
|