Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/sh/maple/
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()
868 kmem_cache_destroy(maple_queue_cache); in maple_bus_init()