Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Dpci.c126 struct kmem_cache *ioat2_cache; variable
228 ioat2_cache = kmem_cache_create("ioat2", sizeof(struct ioat_ring_ent), in ioat_init_module()
230 if (!ioat2_cache) in ioat_init_module()
247 kmem_cache_destroy(ioat2_cache); in ioat_init_module()
256 kmem_cache_destroy(ioat2_cache); in ioat_exit_module()
Ddma_v2.h174 extern struct kmem_cache *ioat2_cache;
Ddma_v2.c451 desc = kmem_cache_zalloc(ioat2_cache, flags); in ioat2_alloc_ring_ent()
470 kmem_cache_free(ioat2_cache, desc); in ioat2_free_ring_ent()