Home
last modified time | relevance | path

Searched refs:set_movable_ops (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmigrate.h73 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() function
/linux/mm/
H A Dballoon_compaction.c259 return set_movable_ops(&balloon_mops, PGTY_offline); in balloon_init()
H A Dzsmalloc.c2179 rc = set_movable_ops(&zsmalloc_mops, PGTY_zsmalloc); in zs_init()
2190 set_movable_ops(NULL, PGTY_zsmalloc); in zs_exit()
H A Dmigrate.c57 int set_movable_ops(const struct movable_operations *ops, enum pagetype type) in set_movable_ops() function
79 EXPORT_SYMBOL_GPL(set_movable_ops);