Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Dinit.c153 struct kmem_cache *ioat_cache; variable
1394 ioat_cache = kmem_cache_create("ioat", sizeof(struct ioat_ring_ent), in ioat_init_module()
1396 if (!ioat_cache) in ioat_init_module()
1413 kmem_cache_destroy(ioat_cache); in ioat_init_module()
1422 kmem_cache_destroy(ioat_cache); in ioat_exit_module()
Ddma.h198 extern struct kmem_cache *ioat_cache;
Ddma.c306 desc = kmem_cache_zalloc(ioat_cache, flags); in ioat_alloc_ring_ent()
325 kmem_cache_free(ioat_cache, desc); in ioat_free_ring_ent()