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

/linux-4.4.14/drivers/block/rsxx/
H A Ddma.c84 static struct kmem_cache *rsxx_dma_pool; variable in typeref:struct:kmem_cache
236 kmem_cache_free(rsxx_dma_pool, dma); rsxx_free_dma()
622 dma = kmem_cache_alloc(rsxx_dma_pool, GFP_KERNEL); rsxx_queue_discard()
656 dma = kmem_cache_alloc(rsxx_dma_pool, GFP_KERNEL); rsxx_queue_dma()
1092 rsxx_dma_pool = KMEM_CACHE(rsxx_dma, SLAB_HWCACHE_ALIGN); rsxx_dma_init()
1093 if (!rsxx_dma_pool) rsxx_dma_init()
1102 kmem_cache_destroy(rsxx_dma_pool); rsxx_dma_cleanup()

Completed in 60 milliseconds