Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dzsmalloc.h53 extern const struct movable_operations zsmalloc_mops;
/linux/mm/
H A Dzsmalloc.c1783 const struct movable_operations zsmalloc_mops = { variable
2234 rc = set_movable_ops(&zsmalloc_mops, PGTY_zsmalloc); in zs_init()