Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dalloc_cache.h31 static inline struct io_cache_entry *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() function
59 struct io_cache_entry *entry = io_alloc_cache_get(cache); in io_alloc_cache_free()
H A Dpoll.c681 entry = io_alloc_cache_get(&ctx->apoll_cache); in io_req_alloc_apoll()
H A Drsrc.c202 entry = io_alloc_cache_get(&ctx->rsrc_node_cache); in io_rsrc_node_alloc()
H A Dnet.c153 entry = io_alloc_cache_get(&ctx->netmsg_cache); in io_msg_alloc_async()