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

/linux-master/include/linux/
H A Dio_uring_types.h301 struct io_alloc_cache netmsg_cache; member in struct:io_ring_ctx::__anon48
/linux-master/io_uring/
H A Dnet.c126 if (io_alloc_cache_put(&req->ctx->netmsg_cache, &hdr->cache)) {
140 entry = io_alloc_cache_get(&ctx->netmsg_cache);
H A Dio_uring.c320 io_alloc_cache_init(&ctx->netmsg_cache, IO_ALLOC_CACHE_MAX,
2902 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free);

Completed in 129 milliseconds