Home
last modified time | relevance | path

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

/linux/mm/
H A Dmigrate.c55 static const struct movable_operations *zsmalloc_movable_ops; variable
70 if (zsmalloc_movable_ops && ops) in set_movable_ops()
72 zsmalloc_movable_ops = ops; in set_movable_ops()
94 return zsmalloc_movable_ops; in page_movable_ops()