Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dzswap.c294 static struct kmem_cache *zswap_entry_cache; variable
299 entry = kmem_cache_alloc(zswap_entry_cache, gfp); in zswap_entry_cache_alloc()
309 kmem_cache_free(zswap_entry_cache, entry); in zswap_entry_cache_free()
1583 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_setup()
1584 if (!zswap_entry_cache) { in zswap_setup()
1629 kmem_cache_destroy(zswap_entry_cache); in zswap_setup()