Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dalloc_cache.h7 #define IO_ALLOC_CACHE_MAX 128 macro
Dio_uring.c313 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()