Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmigrate.h53 struct movable_operations { struct
82 int set_movable_ops(const struct movable_operations *ops, enum pagetype type);
104 static inline int set_movable_ops(const struct movable_operations *ops, enum pagetype type) in set_movable_ops()
/linux/mm/
H A Dzpdesc.h
H A Dballoon_compaction.c251 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 Dcompaction.c
H A Dzsmalloc.c1823 const struct movable_operations zsmalloc_mops = {