Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dinternal.h350 if (!page_is_guard(buddy) && !PageBuddy(buddy)) in page_is_buddy()
H A Dpage_alloc.c817 if (page_is_guard(buddy)) in __free_one_page()
/openbmc/linux/kernel/power/
H A Dsnapshot.c1338 if (page_is_guard(page)) in saveable_highmem_page()
1406 if (page_is_guard(page)) in saveable_page()
/openbmc/linux/include/linux/
H A Dmm.h3681 static inline bool page_is_guard(struct page *page) in page_is_guard() function
3714 static inline bool page_is_guard(struct page *page) { return false; } in page_is_guard() function