Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzsmalloc.c1728 static const struct movable_operations zsmalloc_mops; variable
1750 __SetPageMovable(newpage, &zsmalloc_mops); in replace_sub_page()
1849 static const struct movable_operations zsmalloc_mops = { variable
1912 __SetPageMovable(page, &zsmalloc_mops); in SetZsPageMovable()