Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhugetlb.h342 int __init alloc_bootmem_huge_page(struct hstate *h);
502 #define alloc_bootmem_huge_page(h) NULL macro
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c323 int alloc_bootmem_huge_page(struct hstate *hstate) in alloc_bootmem_huge_page() function
448 int alloc_bootmem_huge_page(struct hstate *hstate) in alloc_bootmem_huge_page() function
/linux-4.4.14/mm/
Dhugetlb.c1953 int __weak alloc_bootmem_huge_page(struct hstate *h) in alloc_bootmem_huge_page() function
2030 if (!alloc_bootmem_huge_page(h)) in hugetlb_hstate_alloc_pages()