Searched refs:region_abort (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 379 void region_abort(struct resv_map *resv, long f, long t); 394 b) If the operation can not succeed, region_abort is called for the same 397 Note that this is a two step process where region_add() and region_abort() 489 This calls region_abort() for the specified page. As in the case of region_chg 490 and region_abort, this routine is to be called after a previous call to
|
/Linux-v4.19/mm/ |
D | hugetlb.c | 460 static void region_abort(struct resv_map *resv, long f, long t) in region_abort() function 1882 region_abort(resv, idx, idx + 1); in __vma_reservation_common() 1889 region_abort(resv, idx, idx + 1); in __vma_reservation_common() 4509 region_abort(resv_map, from, to); in hugetlb_reserve_pages()
|