Home
last modified time | relevance | path

Searched refs:ioat_sed_cache (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Dinit.c140 struct kmem_cache *ioat_sed_cache; variable
1438 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()
1439 if (!ioat_sed_cache) in ioat_init_module()
1449 kmem_cache_destroy(ioat_sed_cache); in ioat_init_module()
H A Ddma.h203 extern struct kmem_cache *ioat_sed_cache;
H A Dprep.c85 sed = kmem_cache_alloc(ioat_sed_cache, flags); in ioat3_alloc_sed()
93 kmem_cache_free(ioat_sed_cache, sed); in ioat3_alloc_sed()
H A Ddma.c526 kmem_cache_free(ioat_sed_cache, sed); in ioat_free_sed()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Dinit.c139 struct kmem_cache *ioat_sed_cache; variable
1425 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()
1426 if (!ioat_sed_cache) in ioat_init_module()
1436 kmem_cache_destroy(ioat_sed_cache); in ioat_init_module()
H A Ddma.h202 extern struct kmem_cache *ioat_sed_cache;
H A Dprep.c85 sed = kmem_cache_alloc(ioat_sed_cache, flags); in ioat3_alloc_sed()
93 kmem_cache_free(ioat_sed_cache, sed); in ioat3_alloc_sed()
H A Ddma.c526 kmem_cache_free(ioat_sed_cache, sed); in ioat_free_sed()

Completed in 10 milliseconds