Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzswap.c775 static struct kmem_cache *zswap_entry_cache; variable
780 entry = kmem_cache_alloc_node(zswap_entry_cache, gfp, nid); in zswap_entry_cache_alloc()
788 kmem_cache_free(zswap_entry_cache, entry); in zswap_entry_cache_free()
1697 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_setup()
1698 if (!zswap_entry_cache) { in zswap_setup()
1748 kmem_cache_destroy(zswap_entry_cache); in zswap_setup()