Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmigrate.h108 void __SetPageMovable(struct page *page, const struct movable_operations *ops);
112 static inline void __SetPageMovable(struct page *page, in __SetPageMovable() function
A Dballoon_compaction.h95 __SetPageMovable(page, &balloon_mops); in balloon_page_insert()
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dpage_migration.rst168 void __SetPageMovable(struct page *page, struct address_space *mapping)
192 使用__SetPageMovable()的驱动应该在释放页面之前通过page_lock()下的
/linux-6.3-rc2/mm/
A Dz3fold.c1054 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc()
1058 __SetPageMovable(page, &z3fold_mops); in z3fold_alloc()
1537 __SetPageMovable(newpage, &z3fold_mops); in z3fold_page_migrate()
A Dcompaction.c126 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable() function
132 EXPORT_SYMBOL(__SetPageMovable);
A Dzsmalloc.c2008 __SetPageMovable(newpage, &zsmalloc_mops); in replace_sub_page()
2190 __SetPageMovable(page, &zsmalloc_mops); in SetZsPageMovable()
/linux-6.3-rc2/Documentation/mm/
A Dpage_migration.rst159 movable_operations. It then needs to call __SetPageMovable() on each

Completed in 26 milliseconds