Home
last modified time | relevance | path

Searched refs:alloc_huge_page_node (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dhugetlb.h335 struct page *alloc_huge_page_node(struct hstate *h, int nid);
500 #define alloc_huge_page_node(h, nid) NULL macro
/linux-4.4.14/mm/
Dpage_isolation.c289 return alloc_huge_page_node(page_hstate(compound_head(page)), in alloc_migrate_target()
Dmemory-failure.c1518 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page()
Dmigrate.c1220 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page_node()
Dmempolicy.c942 return alloc_huge_page_node(page_hstate(compound_head(page)), in new_node_page()
Dhugetlb.c1623 struct page *alloc_huge_page_node(struct hstate *h, int nid) in alloc_huge_page_node() function