Searched refs:io_alloc_cache_get (Results 1 - 7 of 7) sorted by relevance

/linux-master/io_uring/
H A Dalloc_cache.h21 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) function
55 while ((entry = io_alloc_cache_get(cache)) != NULL)
H A Dfutex.c258 ifd = io_alloc_cache_get(&ctx->futex_cache);
H A During_cmd.c24 cache = io_alloc_cache_get(&ctx->uring_cache);
H A Dpoll.c696 apoll = io_alloc_cache_get(&ctx->apoll_cache);
H A Drsrc.c203 ref_node = io_alloc_cache_get(&ctx->rsrc_node_cache);
H A Drw.c206 rw = io_alloc_cache_get(&ctx->rw_cache);
H A Dnet.c154 hdr = io_alloc_cache_get(&ctx->netmsg_cache);

Completed in 155 milliseconds