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

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

Completed in 92 milliseconds