Home
last modified time | relevance | path

Searched refs:movable_operations (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dmigrate.h44 struct movable_operations { struct
73 int set_movable_ops(const struct movable_operations *ops, enum pagetype type);
95 static inline int set_movable_ops(const struct movable_operations *ops, enum pagetype type) in set_movable_ops()
H A Dzsmalloc.h53 extern const struct movable_operations zsmalloc_mops;
/linux/mm/
H A Dballoon.c332 static const struct movable_operations balloon_mops = {
H A Dmigrate.c54 static const struct movable_operations *offline_movable_ops;
55 static const struct movable_operations *zsmalloc_movable_ops;
57 int set_movable_ops(const struct movable_operations *ops, enum pagetype type) in set_movable_ops()
81 static const struct movable_operations *page_movable_ops(struct page *page) in page_movable_ops()
120 const struct movable_operations *mops; in isolate_movable_ops_page()
H A Dzsmalloc.c1783 const struct movable_operations zsmalloc_mops = {
/linux/Documentation/mm/
H A Dpage_migration.rst155 The "struct movable_operations" provide callbacks specific to a page type