Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhugetlb.h323 struct page *alloc_huge_page_node(struct hstate *h, int nid);
474 #define alloc_huge_page_node(h, nid) NULL macro
/linux-4.1.27/mm/
Dpage_isolation.c306 return alloc_huge_page_node(page_hstate(compound_head(page)), in alloc_migrate_target()
Dmemory-failure.c1503 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page()
Dmigrate.c1193 return alloc_huge_page_node(page_hstate(compound_head(p)), in new_page_node()
Dmempolicy.c945 return alloc_huge_page_node(page_hstate(compound_head(page)), in new_node_page()
Dhugetlb.c1288 struct page *alloc_huge_page_node(struct hstate *h, int nid) in alloc_huge_page_node() function