Searched refs:__SetPageMovable (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/linux/ |
D | migrate.h | 108 void __SetPageMovable(struct page *page, const struct movable_operations *ops); 112 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.12.1/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.12.1/mm/ |
D | z3fold.c | 1053 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1057 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1334 __SetPageMovable(newpage, &z3fold_mops); in z3fold_page_migrate()
|
D | zsmalloc.c | 1750 __SetPageMovable(newpage, &zsmalloc_mops); in replace_sub_page() 1912 __SetPageMovable(page, &zsmalloc_mops); in SetZsPageMovable()
|
D | compaction.c | 131 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable() function 137 EXPORT_SYMBOL(__SetPageMovable);
|
/linux-6.12.1/Documentation/mm/ |
D | page_migration.rst | 158 movable_operations. It then needs to call __SetPageMovable() on each
|