Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dalloc_cache.h21 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() function
55 while ((entry = io_alloc_cache_get(cache)) != NULL) in io_alloc_cache_free()
Dmsg_ring.c111 req = io_alloc_cache_get(&ctx->msg_cache); in io_msg_get_kiocb()
During_cmd.c24 cache = io_alloc_cache_get(&ctx->uring_cache); in io_uring_async_get()
Dfutex.c258 ifd = io_alloc_cache_get(&ctx->futex_cache); in io_alloc_ifd()
Dpoll.c697 apoll = io_alloc_cache_get(&ctx->apoll_cache); in io_req_alloc_apoll()
Drw.c216 rw = io_alloc_cache_get(&ctx->rw_cache); in io_rw_alloc_async()
Drsrc.c181 ref_node = io_alloc_cache_get(&ctx->rsrc_node_cache); in io_rsrc_node_alloc()
Dnet.c164 hdr = io_alloc_cache_get(&ctx->netmsg_cache); in io_msg_alloc_async()