Home
last modified time | relevance | path

Searched refs:ioat_cache (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Dinit.c139 struct kmem_cache *ioat_cache; variable
1433 ioat_cache = kmem_cache_create("ioat", sizeof(struct ioat_ring_ent), in ioat_init_module()
1435 if (!ioat_cache) in ioat_init_module()
1452 kmem_cache_destroy(ioat_cache); in ioat_init_module()
1461 kmem_cache_destroy(ioat_cache); in ioat_exit_module()
H A Ddma.h201 extern struct kmem_cache *ioat_cache;
H A Ddma.c355 desc = kmem_cache_zalloc(ioat_cache, flags); in ioat_alloc_ring_ent()
368 kmem_cache_free(ioat_cache, desc); in ioat_free_ring_ent()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Dinit.c138 struct kmem_cache *ioat_cache; variable
1420 ioat_cache = kmem_cache_create("ioat", sizeof(struct ioat_ring_ent), in ioat_init_module()
1422 if (!ioat_cache) in ioat_init_module()
1439 kmem_cache_destroy(ioat_cache); in ioat_init_module()
1448 kmem_cache_destroy(ioat_cache); in ioat_exit_module()
H A Ddma.h201 extern struct kmem_cache *ioat_cache;
H A Ddma.c355 desc = kmem_cache_zalloc(ioat_cache, flags); in ioat_alloc_ring_ent()
368 kmem_cache_free(ioat_cache, desc); in ioat_free_ring_ent()

Completed in 12 milliseconds