Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dalloc_cache.h52 static inline void *io_cache_alloc(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc() function
H A Dfutex.c285 ifd = io_cache_alloc(&ctx->futex_cache, GFP_NOWAIT); in io_futex_wait()
H A Dio_uring.h248 req->async_data = io_cache_alloc(cache, GFP_KERNEL); in io_uring_alloc_async_data()
H A Drsrc.c120 return io_cache_alloc(&ctx->imu_cache, GFP_KERNEL); in io_alloc_imu()
148 node = io_cache_alloc(&ctx->node_cache, GFP_KERNEL); in io_rsrc_node_alloc()
H A Dpoll.c658 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()