Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/lightnvm/
Dpblk-init.c28 static struct kmem_cache *pblk_ws_cache, *pblk_rec_cache, *pblk_g_rq_cache, variable
319 pblk_rec_cache = kmem_cache_create("pblk_rec", in pblk_init_global_caches()
321 if (!pblk_rec_cache) { in pblk_init_global_caches()
331 kmem_cache_destroy(pblk_rec_cache); in pblk_init_global_caches()
340 kmem_cache_destroy(pblk_rec_cache); in pblk_init_global_caches()
353 kmem_cache_destroy(pblk_rec_cache); in pblk_free_global_caches()
404 pblk_rec_cache); in pblk_core_init()