Home
last modified time | relevance | path

Searched refs:restore_reserve_on_error (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dhugetlbfs_reserv.rst500 on error paths. It is only called from the routine restore_reserve_on_error().
535 The routine restore_reserve_on_error() attempts to handle this situation. It
541 The routine restore_reserve_on_error itself may encounter errors while
550 restore_reserve_on_error. In this case, it simply modifies the PagePrivate
/Linux-v5.15/mm/
Dhugetlb.c2522 void restore_reserve_on_error(struct hstate *h, struct vm_area_struct *vma, in restore_reserve_on_error() function
4389 restore_reserve_on_error(h, vma, addr, in copy_hugetlb_page_range()
4760 restore_reserve_on_error(h, vma, haddr, new_page); in hugetlb_cow()
5030 restore_reserve_on_error(h, vma, haddr, page); in hugetlb_no_page()
5272 restore_reserve_on_error(h, dst_vma, dst_addr, page); in hugetlb_mcopy_atomic_pte()
5398 restore_reserve_on_error(h, dst_vma, dst_addr, page); in hugetlb_mcopy_atomic_pte()
/Linux-v5.15/include/linux/
Dhugetlb.h636 void restore_reserve_on_error(struct hstate *h, struct vm_area_struct *vma,
/Linux-v5.15/fs/hugetlbfs/
Dinode.c738 restore_reserve_on_error(h, &pseudo_vma, addr, page); in hugetlbfs_fallocate()