Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dalloc_cache.h17 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp);
68 return io_cache_alloc_new(cache, gfp); in io_cache_alloc()
Dalloc_cache.c36 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc_new() function