Searched refs:__SetPageMovable (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/linux/ |
D | migrate.h | 107 void __SetPageMovable(struct page *page, const struct movable_operations *ops); 111 static inline void __SetPageMovable(struct page *page, in __SetPageMovable() function
|
D | balloon_compaction.h | 95 __SetPageMovable(page, &balloon_mops); in balloon_page_insert()
|
/linux-6.1.9/Documentation/translations/zh_CN/mm/ |
D | page_migration.rst | 168 void __SetPageMovable(struct page *page, struct address_space *mapping) 192 使用__SetPageMovable()的驱动应该在释放页面之前通过page_lock()下的
|
/linux-6.1.9/mm/ |
D | z3fold.c | 1063 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1067 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1552 __SetPageMovable(newpage, &z3fold_mops); in z3fold_page_migrate()
|
D | zsmalloc.c | 1819 __SetPageMovable(newpage, &zsmalloc_mops); in replace_sub_page() 2006 __SetPageMovable(page, &zsmalloc_mops); in SetZsPageMovable()
|
D | compaction.c | 127 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable() function 133 EXPORT_SYMBOL(__SetPageMovable);
|
/linux-6.1.9/Documentation/mm/ |
D | page_migration.rst | 161 movable_operations. It then needs to call __SetPageMovable() on each
|