Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/power/
Dsnapshot.c1231 if (page_is_guard(page)) in saveable_highmem_page()
1299 if (page_is_guard(page)) in saveable_page()
/Linux-v5.4/include/linux/
Dmm.h2850 static inline bool page_is_guard(struct page *page) in page_is_guard() function
2860 static inline bool page_is_guard(struct page *page) { return false; } in page_is_guard() function
/Linux-v5.4/mm/
Dpage_alloc.c804 if (page_is_guard(buddy) && page_order(buddy) == order) { in page_is_buddy()
945 if (page_is_guard(buddy)) in __free_one_page()