movable_operations
int set_movable_ops(const struct movable_operations *ops, enum pagetype type);
static inline int set_movable_ops(const struct movable_operations *ops, enum pagetype type)
extern const struct movable_operations zsmalloc_mops;
static const struct movable_operations balloon_mops = {
const struct movable_operations *mops;
static const struct movable_operations *offline_movable_ops;
static const struct movable_operations *zsmalloc_movable_ops;
int set_movable_ops(const struct movable_operations *ops, enum pagetype type)
static const struct movable_operations *page_movable_ops(struct page *page)
const struct movable_operations zsmalloc_mops = {