Searched refs:uring_cache (Results 1 – 3 of 3) sorted by relevance
24 cache = io_alloc_cache_get(&ctx->uring_cache); in io_uring_async_get()51 if (io_alloc_cache_put(&req->ctx->uring_cache, cache)) { in io_req_uring_cleanup()
322 ret |= io_alloc_cache_init(&ctx->uring_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()363 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_alloc()2734 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_free()
302 struct io_alloc_cache uring_cache; member