Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Dmemory.c21 static struct kmem_cache *msg_cache; variable
42 msg_cache = dlm_lowcomms_msg_cache_create(); in dlm_memory_init()
43 if (!msg_cache) in dlm_memory_init()
62 kmem_cache_destroy(msg_cache); in dlm_memory_init()
79 kmem_cache_destroy(msg_cache); in dlm_memory_exit()
161 return kmem_cache_alloc(msg_cache, GFP_ATOMIC); in dlm_allocate_msg()
166 kmem_cache_free(msg_cache, msg); in dlm_free_msg()
/linux-6.15/io_uring/
H A Dmsg_ring.c80 if (io_alloc_cache_put(&ctx->msg_cache, req)) in io_msg_tw_complete()
112 req = io_alloc_cache_get(&ctx->msg_cache); in io_msg_get_kiocb()
H A Dio_uring.c293 io_alloc_cache_free(&ctx->msg_cache, kfree); in io_free_alloc_caches()
341 ret |= io_alloc_cache_init(&ctx->msg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
/linux-6.15/include/linux/
H A Dio_uring_types.h422 struct io_alloc_cache msg_cache; member