Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c1238 if (page_is_guard(page)) in saveable_highmem_page()
1306 if (page_is_guard(page)) in saveable_page()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h3333 static inline bool page_is_guard(struct page *page) in page_is_guard() function
3343 static inline bool page_is_guard(struct page *page) { return false; } in page_is_guard() function
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c881 if (!page_is_guard(buddy) && !PageBuddy(buddy)) in page_is_buddy()
1091 if (page_is_guard(buddy)) in __free_one_page()