Searched refs:alloc_huge_page (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 353 struct page *alloc_huge_page(struct vm_area_struct *vma, 594 static inline struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
|
/Linux-v5.4/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.4/mm/ |
D | hugetlb.c | 2065 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function 3722 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow() 3925 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page() 4230 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
|
/Linux-v5.4/fs/hugetlbfs/ |
D | inode.c | 660 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()
|