Searched refs:has_unmovable_pages (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | page-isolation.h | 32 bool has_unmovable_pages(struct zone *zone, struct page *page, int count,
|
/linux-4.1.27/mm/ |
D | page_isolation.c | 48 if (!has_unmovable_pages(zone, page, arg.pages_found, in set_migratetype_isolate()
|
D | page_alloc.c | 6257 bool has_unmovable_pages(struct zone *zone, struct page *page, int count, in has_unmovable_pages() function 6352 return !has_unmovable_pages(zone, page, 0, true); in is_pageblock_removable_nolock()
|