Searched refs:alloc_huge_page (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | hugetlb.h | 367 struct page *alloc_huge_page(struct vm_area_struct *vma, 548 #define alloc_huge_page(v, a, r) NULL macro
|
/Linux-v4.19/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 183 is performed within the routine alloc_huge_page():: 185 struct page *alloc_huge_page(struct vm_area_struct *vma, 188 alloc_huge_page is passed a VMA pointer and a virtual address, so it can 190 alloc_huge_page takes the argument avoid_reserve which indicates reserves 210 - avoid_reserve, this is the same value/argument passed to alloc_huge_page() 248 to vma_needs_reservation() at the beginning of alloc_huge_page() and the
|
/Linux-v4.19/mm/ |
D | hugetlb.c | 1990 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function 3569 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow() 3766 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page() 4052 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
|
/Linux-v4.19/fs/hugetlbfs/ |
D | inode.c | 642 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()
|