Searched refs:movable_operations (Results 1 – 8 of 8) sorted by relevance
53 struct movable_operations { struct108 void __SetPageMovable(struct page *page, const struct movable_operations *ops);113 const struct movable_operations *ops) in __SetPageMovable()127 const struct movable_operations *folio_movable_ops(struct folio *folio) in folio_movable_ops()131 return (const struct movable_operations *) in folio_movable_ops()136 const struct movable_operations *page_movable_ops(struct page *page) in page_movable_ops()140 return (const struct movable_operations *) in page_movable_ops()
80 extern const struct movable_operations balloon_mops;
251 const struct movable_operations balloon_mops = {
64 const struct movable_operations *mops; in isolate_movable_page()134 const struct movable_operations *mops = folio_movable_ops(folio); in putback_movable_folio()983 const struct movable_operations *mops; in move_to_new_folio()
983 static const struct movable_operations z3fold_mops;1571 static const struct movable_operations z3fold_mops = {
113 const struct movable_operations *mops; in PageMovable()126 void __SetPageMovable(struct page *page, const struct movable_operations *mops) in __SetPageMovable()
1986 static const struct movable_operations zsmalloc_mops;2122 static const struct movable_operations zsmalloc_mops = {
159 movable_operations. It then needs to call __SetPageMovable() on each
Completed in 24 milliseconds