Searched refs:region_abort (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 765 * to region_add or region_abort for proper accounting. 799 * aborted after the call to region_chg. In such cases, region_abort 808 static void region_abort(struct resv_map *resv, long f, long t, in region_abort() function 2743 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 2752 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 2758 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 6858 /* Only call region_abort if the region_chg succeeded but the in hugetlb_reserve_pages() 6862 region_abort(resv_map, from, to, regions_needed); in hugetlb_reserve_pages()
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 575 * to region_add or region_abort for proper accounting. 609 * aborted after the call to region_chg. In such cases, region_abort 618 static void region_abort(struct resv_map *resv, long f, long t, in region_abort() function 2225 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 2234 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 5282 /* Only call region_abort if the region_chg succeeded but the in hugetlb_reserve_pages() 5286 region_abort(resv_map, from, to, regions_needed); in hugetlb_reserve_pages()
|
Completed in 17 milliseconds