Home
last modified time | relevance | path

Searched refs:region_abort (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/vm/
Dhugetlbfs_reserv.rst380 void region_abort(struct resv_map *resv, long f, long t);
395 b) If the operation can not succeed, region_abort is called for the same
398 Note that this is a two step process where region_add() and region_abort()
490 This calls region_abort() for the specified page. As in the case of region_chg
491 and region_abort, this routine is to be called after a previous call to
/Linux-v5.10/mm/
Dhugetlb.c582 static void region_abort(struct resv_map *resv, long f, long t, in region_abort() function
2146 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common()
2155 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common()
5151 region_abort(resv_map, from, to, regions_needed); in hugetlb_reserve_pages()