ioat_cache        343 drivers/dma/ioat/dma.c 	desc = kmem_cache_zalloc(ioat_cache, flags);
ioat_cache        356 drivers/dma/ioat/dma.c 	kmem_cache_free(ioat_cache, desc);
ioat_cache        198 drivers/dma/ioat/dma.h extern struct kmem_cache *ioat_cache;
ioat_cache        139 drivers/dma/ioat/init.c struct kmem_cache *ioat_cache;
ioat_cache       1421 drivers/dma/ioat/init.c 	ioat_cache = kmem_cache_create("ioat", sizeof(struct ioat_ring_ent),
ioat_cache       1423 drivers/dma/ioat/init.c 	if (!ioat_cache)
ioat_cache       1440 drivers/dma/ioat/init.c 	kmem_cache_destroy(ioat_cache);
ioat_cache       1449 drivers/dma/ioat/init.c 	kmem_cache_destroy(ioat_cache);