Searched refs:ioat2_cache (Results 1 – 3 of 3) sorted by relevance
126 struct kmem_cache *ioat2_cache; variable228 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()
174 extern struct kmem_cache *ioat2_cache;
451 desc = kmem_cache_zalloc(ioat2_cache, flags); in ioat2_alloc_ring_ent()470 kmem_cache_free(ioat2_cache, desc); in ioat2_free_ring_ent()