Home
last modified time | relevance | path

Searched refs:hstate_is_gigantic (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/mm/
Dhugetlb.c898 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in update_and_free_page()
912 if (hstate_is_gigantic(h)) { in update_and_free_page()
1211 if (hstate_is_gigantic(h)) in alloc_buddy_huge_page()
1404 if (hstate_is_gigantic(h)) in return_unused_surplus_pages()
1605 if (hstate_is_gigantic(h)) in gather_bootmem_prealloc()
1615 if (hstate_is_gigantic(h)) { in hugetlb_hstate_alloc_pages()
1634 if (!hstate_is_gigantic(h)) in hugetlb_init_hstates()
1669 if (hstate_is_gigantic(h)) in try_to_free_low()
1732 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in set_max_huge_pages()
1759 if (hstate_is_gigantic(h)) in set_max_huge_pages()
[all …]
/linux-4.1.27/include/linux/
Dhugetlb.h391 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic() function