Searched refs:__SetPageMovable (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/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-v6.6/Documentation/translations/zh_CN/mm/ |
D | page_migration.rst | 168 void __SetPageMovable(struct page *page, struct address_space *mapping) 192 使用__SetPageMovable()的驱动应该在释放页面之前通过page_lock()下的
|
/Linux-v6.6/mm/ |
D | z3fold.c | 1052 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1056 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc() 1333 __SetPageMovable(newpage, &z3fold_mops); in z3fold_page_migrate()
|
D | zsmalloc.c | 1775 __SetPageMovable(newpage, &zsmalloc_mops); in replace_sub_page() 1959 __SetPageMovable(page, &zsmalloc_mops); in SetZsPageMovable()
|
D | compaction.c | 126 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable() function 132 EXPORT_SYMBOL(__SetPageMovable);
|
/Linux-v6.6/Documentation/mm/ |
D | page_migration.rst | 158 movable_operations. It then needs to call __SetPageMovable() on each
|