Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dalloc_cache.h33 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_get() function
58 obj = io_alloc_cache_get(cache); in io_cache_alloc()
H A Dalloc_cache.c13 while ((entry = io_alloc_cache_get(cache)) != NULL) in io_alloc_cache_free()