Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dnull_blk.c51 static struct kmem_cache *ppa_cache; variable
530 virtmem_pool = mempool_create_slab_pool(64, ppa_cache); in null_lnvm_create_dma_pool()
808 ppa_cache = kmem_cache_create("ppa_cache", 64 * sizeof(u64), in null_init()
810 if (!ppa_cache) { in null_init()
831 kmem_cache_destroy(ppa_cache); in null_init()
850 kmem_cache_destroy(ppa_cache); in null_exit()