Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A 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()
1588 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_setup()
1589 if (!zswap_entry_cache) { in zswap_setup()
1634 kmem_cache_destroy(zswap_entry_cache); in zswap_setup()