Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dalloc_cache.h61 static inline void *io_cache_alloc(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc() function
Dfutex.c323 ifd = io_cache_alloc(&ctx->futex_cache, GFP_NOWAIT); in io_futex_wait()
Dio_uring.h232 req->async_data = io_cache_alloc(cache, GFP_KERNEL); in io_uring_alloc_async_data()
Dpoll.c657 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()