Searched refs:movable_operations (Results 1 – 8 of 8) sorted by relevance
52 struct movable_operations { struct107 void __SetPageMovable(struct page *page, const struct movable_operations *ops);112 const struct movable_operations *ops) in __SetPageMovable()126 const struct movable_operations *page_movable_ops(struct page *page) in page_movable_ops()130 return (const struct movable_operations *) in page_movable_ops()
80 extern const struct movable_operations balloon_mops;
251 const struct movable_operations balloon_mops = {
63 const struct movable_operations *mops; in isolate_movable_page()124 const struct movable_operations *mops = page_movable_ops(page); in putback_movable_page()953 const struct movable_operations *mops; in move_to_new_folio()
992 static const struct movable_operations z3fold_mops;1586 static const struct movable_operations z3fold_mops = {
1797 static const struct movable_operations zsmalloc_mops;1941 static const struct movable_operations zsmalloc_mops = {
113 const struct movable_operations *mops; in PageMovable()127 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable()
161 movable_operations. It then needs to call __SetPageMovable() on each