Searched refs:__PageMovable (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dmigrate.h138 VM_BUG_ON(!__PageMovable(page));
H A Dpage-flags.h717 static __always_inline bool __PageMovable(const struct page *page) function
/linux-master/mm/
H A Dpage_isolation.c24 * MIGRATE_MOVABLE block might include unmovable pages. And __PageMovable
129 if (__PageMovable(page) || PageLRU(page))
434 VM_WARN_ON_ONCE_PAGE(__PageMovable(page), page);
H A Dmemory_hotplug.c1742 if (__PageMovable(page))
1746 * PageOffline() pages that are not marked __PageMovable() and
1827 if (!__PageMovable(page))
H A Dcompaction.c140 if (!__PageMovable(page))
1107 * __PageMovable can return false positive so we need
1110 if (unlikely(__PageMovable(page)) &&
H A Dmemory-failure.c1390 if ((flags & MF_SOFT_OFFLINE) && __PageMovable(page))
H A Dpage_alloc.c1626 if (PageLRU(page) || __PageMovable(page))

Completed in 307 milliseconds