Home
last modified time | relevance | path

Searched refs:ioat3_sed_cache (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/dma/ioat/
Dpci.c127 struct kmem_cache *ioat3_sed_cache; variable
233 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()
Ddma_v3.c66 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()