Searched refs:alloc_huge_page (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | hugetlb.h | 509 struct page *alloc_huge_page(struct vm_area_struct *vma, 776 static inline struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 2293 * specific error paths, a huge page was allocated (via alloc_huge_page) 2295 * alloc_huge_page would have consumed the reservation and set PagePrivate 2335 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function 4189 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow() 4412 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page() 4742 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte() 5246 * indicates a race with alloc_huge_page. Adjust in hugetlb_reserve_pages()
|
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 726 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate() 747 * put_page() due to reference from alloc_huge_page() in hugetlbfs_fallocate()
|
Completed in 12 milliseconds