Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dio_uring_types.h307 struct io_alloc_cache netmsg_cache; member
/linux-6.14.4/io_uring/
Dnet.c151 if (io_alloc_cache_put(&req->ctx->netmsg_cache, hdr)) { in io_netmsg_recycle()
162 hdr = io_uring_alloc_async_data(&ctx->netmsg_cache, req); in io_msg_alloc_async()
Dio_uring.c319 ret |= io_alloc_cache_init(&ctx->netmsg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
364 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_alloc()
2708 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_free()