Searched refs:io_alloc_cache_init (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dalloc_cache.h34 static inline bool io_alloc_cache_init(struct io_alloc_cache *cache, function
H A Dfutex.c38 return io_alloc_cache_init(&ctx->futex_cache, IO_FUTEX_ALLOC_CACHE_MAX,
H A Dio_uring.c307 ret = io_alloc_cache_init(&ctx->rsrc_node_cache, IO_NODE_ALLOC_CACHE_MAX,
309 ret |= io_alloc_cache_init(&ctx->apoll_cache, IO_POLL_ALLOC_CACHE_MAX,
311 ret |= io_alloc_cache_init(&ctx->netmsg_cache, IO_ALLOC_CACHE_MAX,
313 ret |= io_alloc_cache_init(&ctx->rw_cache, IO_ALLOC_CACHE_MAX,
315 ret |= io_alloc_cache_init(&ctx->uring_cache, IO_ALLOC_CACHE_MAX,

Completed in 147 milliseconds