Searched refs:ioat_sed_cache (Results 1 – 4 of 4) sorted by relevance
140 struct kmem_cache *ioat_sed_cache; variable1430 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()1431 if (!ioat_sed_cache) in ioat_init_module()1441 kmem_cache_destroy(ioat_sed_cache); in ioat_init_module()1453 kmem_cache_destroy(ioat_sed_cache); in ioat_exit_module()
85 sed = kmem_cache_alloc(ioat_sed_cache, flags); in ioat3_alloc_sed()93 kmem_cache_free(ioat_sed_cache, sed); in ioat3_alloc_sed()
202 extern struct kmem_cache *ioat_sed_cache;
526 kmem_cache_free(ioat_sed_cache, sed); in ioat_free_sed()