Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dsnapshot.c1335 if (page_is_guard(page)) in saveable_highmem_page()
1398 if (page_is_guard(page)) in saveable_page()
/linux/include/linux/
H A Dmm.h4730 static inline bool page_is_guard(const struct page *page) in page_is_guard() function
4761 static inline bool page_is_guard(const struct page *page) { return false; } in page_is_guard() function
/linux/mm/
H A Dpage_alloc.c985 if (page_is_guard(buddy)) in __free_one_page()