Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dalloc_cache.h21 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_put() function
66 if (!io_alloc_cache_put(cache, obj)) in io_cache_free()
H A During_cmd.c38 if (io_alloc_cache_put(&req->ctx->cmd_cache, ac)) { in io_req_uring_cleanup()
H A Drw.c158 if (io_alloc_cache_put(&req->ctx->rw_cache, rw)) { in io_rw_recycle()
H A Dnet.c181 if (io_alloc_cache_put(&req->ctx->netmsg_cache, hdr)) in io_netmsg_recycle()