Home
last modified time | relevance | path

Searched refs:__SetPageMovable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dmigrate.h113 extern void __SetPageMovable(struct page *page, struct address_space *mapping);
117 static inline void __SetPageMovable(struct page *page, in __SetPageMovable() function
Dballoon_compaction.h107 __SetPageMovable(page, balloon->inode->i_mapping); in balloon_page_insert()
/Linux-v4.19/Documentation/vm/
Dpage_migration.rst211 void __SetPageMovable(struct page *page, struct address_space *mapping)
242 Driver using __SetPageMovable should clear the flag via __ClearMovablePage
/Linux-v4.19/mm/
Dcompaction.c111 void __SetPageMovable(struct page *page, struct address_space *mapping) in __SetPageMovable() function
117 EXPORT_SYMBOL(__SetPageMovable);
Dzsmalloc.c1905 __SetPageMovable(newpage, page_mapping(oldpage)); in replace_sub_page()
2191 __SetPageMovable(page, pool->inode->i_mapping); in SetZsPageMovable()