Home
last modified time | relevance | path

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

/linux/mm/
H A Dmigrate.c56 static const struct movable_operations *zsmalloc_movable_ops; variable
71 if (zsmalloc_movable_ops && ops) in set_movable_ops()
73 zsmalloc_movable_ops = ops; in set_movable_ops()
95 return zsmalloc_movable_ops; in page_movable_ops()