Searched refs:region_abort (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hugetlbfs_reserv.rst | 289 void region_abort(struct resv_map *resv, long f, long t); 301 b) 如果操作不能成功,region_abort被调用,在相同的范围[f, t]内中止操作。 303 注意,这是一个两步的过程, region_add()和 region_abort()在事先调用 region_chg()后保证 363 这将调用指定页面的 region_abort()。与region_chg和region_abort的情况一样,该函数应在
|
/openbmc/linux/Documentation/mm/ |
H A 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
|
/openbmc/linux/mm/ |
H A D | hugetlb.c | 808 static void region_abort(struct resv_map *resv, long f, long t, in region_abort() function 2752 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 2761 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 2767 region_abort(resv, idx, idx + 1, 1); in __vma_reservation_common() 6861 region_abort(resv_map, from, to, regions_needed); in hugetlb_reserve_pages()
|