Searched refs:hstate_is_gigantic (Results 1 – 2 of 2) sorted by relevance
1146 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in update_and_free_page()1160 if (hstate_is_gigantic(h)) { in update_and_free_page()1526 if (hstate_is_gigantic(h)) in __alloc_buddy_huge_page()1739 if (hstate_is_gigantic(h)) in return_unused_surplus_pages()2019 if (hstate_is_gigantic(h)) in gather_bootmem_prealloc()2029 if (hstate_is_gigantic(h)) { in hugetlb_hstate_alloc_pages()2048 if (!hstate_is_gigantic(h)) in hugetlb_init_hstates()2083 if (hstate_is_gigantic(h)) in try_to_free_low()2146 if (hstate_is_gigantic(h) && !gigantic_page_supported()) in set_max_huge_pages()2173 if (hstate_is_gigantic(h)) in set_max_huge_pages()[all …]
405 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic() function