Searched refs:io_alloc_cache_get (Results 1 – 3 of 3) sorted by relevance
40 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() function65 obj = io_alloc_cache_get(cache); in io_cache_alloc()
13 while ((entry = io_alloc_cache_get(cache)) != NULL) in io_alloc_cache_free()
111 req = io_alloc_cache_get(&ctx->msg_cache); in io_msg_get_kiocb()