Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dalloc_cache.c21 bool io_alloc_cache_init(struct io_alloc_cache *cache, in io_alloc_cache_init() function
Dalloc_cache.h13 bool io_alloc_cache_init(struct io_alloc_cache *cache,
Dfutex.c38 return io_alloc_cache_init(&ctx->futex_cache, IO_FUTEX_ALLOC_CACHE_MAX, in io_futex_cache_init()
Dio_uring.c317 ret = io_alloc_cache_init(&ctx->apoll_cache, IO_POLL_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
319 ret |= io_alloc_cache_init(&ctx->netmsg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
322 ret |= io_alloc_cache_init(&ctx->rw_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
325 ret |= io_alloc_cache_init(&ctx->uring_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
328 ret |= io_alloc_cache_init(&ctx->msg_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()