Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dalloc_cache.h40 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() function
65 obj = io_alloc_cache_get(cache); in io_cache_alloc()
Dalloc_cache.c13 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()