Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhugetlb.h333 struct page *alloc_huge_page(struct vm_area_struct *vma,
499 #define alloc_huge_page(v, a, r) NULL macro
/linux-4.4.14/mm/
Dhugetlb.c1836 struct page *alloc_huge_page(struct vm_area_struct *vma, in alloc_huge_page() function
1947 struct page *page = alloc_huge_page(vma, addr, avoid_reserve); in alloc_huge_page_noerr()
3391 new_page = alloc_huge_page(vma, address, outside_reserve); in hugetlb_cow()
3554 page = alloc_huge_page(vma, address, 0); in hugetlb_no_page()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c626 page = alloc_huge_page(&pseudo_vma, addr, avoid_reserve); in hugetlbfs_fallocate()