Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dio_uring_types.h252 struct io_alloc_cache netmsg_cache; member
/Linux-v6.1/io_uring/
Dnet.c115 if (io_alloc_cache_put(&req->ctx->netmsg_cache, &hdr->cache)) { in io_netmsg_recycle()
129 (entry = io_alloc_cache_get(&ctx->netmsg_cache)) != NULL) { in io_msg_alloc_async()
Dio_uring.c312 io_alloc_cache_init(&ctx->netmsg_cache); in io_ring_ctx_alloc()
2601 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_free()