Searched refs:page_is_guard (Results 1 – 3 of 3) sorted by relevance
1631 static inline bool page_is_guard(struct page *page) in page_is_guard() function1637 static inline bool page_is_guard(struct page *page) { return false; } in page_is_guard() function
862 if (page_is_guard(page)) in saveable_highmem_page()927 if (page_is_guard(page)) in saveable_page()
488 if (page_is_guard(buddy) && page_order(buddy) == order) { in page_is_buddy()553 if (page_is_guard(buddy)) { in __free_one_page()