Searched refs:region_del (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhugetlb_cgroup.h153 bool region_del);
163 bool region_del)
160 hugetlb_cgroup_uncharge_file_region(struct resv_map *resv, struct file_region *rg, unsigned long nr_pages, bool region_del) argument
/linux-master/mm/
H A Dhugetlb_cgroup.c429 bool region_del)
442 if (region_del)
426 hugetlb_cgroup_uncharge_file_region(struct resv_map *resv, struct file_region *rg, unsigned long nr_pages, bool region_del) argument
H A Dhugetlb.c650 * to region_add or region_del may have consumed some region_entries,
695 * region_del. The extra needed entries will be allocated.
832 static long region_del(struct resv_map *resv, long f, long t) function
1122 region_del(resv_map, 0, LONG_MAX);
2857 ret = region_del(resv, idx, idx + 1);
2863 ret = region_del(resv, idx, idx + 1);
7279 chg = region_del(resv_map, start, end);
7281 * region_del() can fail in the rare case where a region

Completed in 282 milliseconds