Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dhugetlb.h628 struct page *alloc_huge_page(struct vm_area_struct *vma,
917 static inline struct page *alloc_huge_page(struct vm_area_struct *vma,
/Linux-v5.15/Documentation/vm/
Dhugetlbfs_reserv.rst184 is performed within the routine alloc_huge_page()::
186 struct page *alloc_huge_page(struct vm_area_struct *vma,
189 alloc_huge_page is passed a VMA pointer and a virtual address, so it can
191 alloc_huge_page takes the argument avoid_reserve which indicates reserves
211 - avoid_reserve, this is the same value/argument passed to alloc_huge_page()
249 to vma_needs_reservation() at the beginning of alloc_huge_page() and the
/Linux-v5.15/mm/
Dhugetlb.c2742 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
4373 new = alloc_huge_page(vma, addr, 1); in copy_hugetlb_page_range()
4667 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow()
4910 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page()
5256 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
5299 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
/Linux-v5.15/fs/hugetlbfs/
Dinode.c727 page = alloc_huge_page(&pseudo_vma, addr, 0); in hugetlbfs_fallocate()