Searched refs:alloc_huge_page (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | hugetlb.h | 508 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
|
/Linux-v5.10/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 184 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.10/mm/ |
D | hugetlb.c | 2256 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function 4098 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow() 4304 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page() 4622 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
|
/Linux-v5.10/fs/hugetlbfs/ |
D | inode.c | 720 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()
|