Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dalloc_cache.h9 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_put() function
Dmsg_ring.c80 if (io_alloc_cache_put(&ctx->msg_cache, req)) in io_msg_tw_complete()
During_cmd.c42 if (io_alloc_cache_put(&req->ctx->uring_cache, cache)) { in io_req_uring_cleanup()
Dfutex.c60 if (!io_alloc_cache_put(&ctx->futex_cache, ifd)) in io_futex_complete()
Drw.c168 if (io_alloc_cache_put(&req->ctx->rw_cache, rw)) { in io_rw_recycle()
Drsrc.c152 if (!io_alloc_cache_put(&ctx->rsrc_node_cache, node)) in io_rsrc_node_destroy()
Dnet.c151 if (io_alloc_cache_put(&req->ctx->netmsg_cache, hdr)) { in io_netmsg_recycle()
Dio_uring.c1416 if (!io_alloc_cache_put(&ctx->apoll_cache, apoll)) in io_free_batch_list()