Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dhugetlb.c1132 static inline bool gigantic_page_supported(void) { return true; } in gigantic_page_supported() function
1134 static inline bool gigantic_page_supported(void) { return false; } in gigantic_page_supported() function
1146 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in update_and_free_page()
2146 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in set_max_huge_pages()
2268 if (hstate_is_gigantic(h) && !gigantic_page_supported()) { in __nr_hugepages_store_common()