Searched refs:ioat3_sed_cache (Results 1 – 2 of 2) sorted by relevance
127 struct kmem_cache *ioat3_sed_cache; variable233 ioat3_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()234 if (!ioat3_sed_cache) in ioat_init_module()244 kmem_cache_destroy(ioat3_sed_cache); in ioat_init_module()
66 extern struct kmem_cache *ioat3_sed_cache;262 sed = kmem_cache_alloc(ioat3_sed_cache, flags); in ioat3_alloc_sed()270 kmem_cache_free(ioat3_sed_cache, sed); in ioat3_alloc_sed()283 kmem_cache_free(ioat3_sed_cache, sed); in ioat3_free_sed()