Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h519 struct page *alloc_huge_page(struct vm_area_struct *vma,
783 static inline struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c2317 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
4171 new_page = alloc_huge_page(vma, haddr, outside_reserve); in hugetlb_cow()
4406 page = alloc_huge_page(vma, haddr, 0); in hugetlb_no_page()
4758 page = alloc_huge_page(dst_vma, dst_addr, 0); in hugetlb_mcopy_atomic_pte()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c726 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()