Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dalloc_cache.h34 static inline bool io_alloc_cache_init(struct io_alloc_cache *cache, in io_alloc_cache_init() function
Dfutex.c38 return io_alloc_cache_init(&ctx->futex_cache, IO_FUTEX_ALLOC_CACHE_MAX, in io_futex_cache_init()
Dio_uring.c309 ret = io_alloc_cache_init(&ctx->rsrc_node_cache, IO_NODE_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
311 ret |= io_alloc_cache_init(&ctx->apoll_cache, IO_POLL_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
313 ret |= io_alloc_cache_init(&ctx->netmsg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
315 ret |= io_alloc_cache_init(&ctx->rw_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
317 ret |= io_alloc_cache_init(&ctx->uring_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
320 ret |= io_alloc_cache_init(&ctx->msg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()