Home
last modified time | relevance | path

Searched refs:maple_queue_cache (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/sh/maple/
H A Dmaple.c53 static struct kmem_cache *maple_queue_cache; variable
144 kmem_cache_free(maple_queue_cache, mq->recvbuf); in maple_release_device()
196 mq->recvbuf = kmem_cache_zalloc(maple_queue_cache, GFP_KERNEL); in maple_allocq()
239 kmem_cache_free(maple_queue_cache, mdev->mq->recvbuf); in maple_free_dev()
836 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN); in maple_bus_init()
838 if (!maple_queue_cache) { in maple_bus_init()
871 kmem_cache_destroy(maple_queue_cache); in maple_bus_init()
/kernel/linux/linux-6.6/drivers/sh/maple/
H A Dmaple.c52 static struct kmem_cache *maple_queue_cache; variable
143 kmem_cache_free(maple_queue_cache, mq->recvbuf); in maple_release_device()
195 mq->recvbuf = kmem_cache_zalloc(maple_queue_cache, GFP_KERNEL); in maple_allocq()
238 kmem_cache_free(maple_queue_cache, mdev->mq->recvbuf); in maple_free_dev()
828 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN); in maple_bus_init()
830 if (!maple_queue_cache) { in maple_bus_init()
863 kmem_cache_destroy(maple_queue_cache); in maple_bus_init()

Completed in 3 milliseconds