Home
last modified time | relevance | path

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

/linux/io_uring/
H A During_cmd.c24 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()
H A Dio_uring.c322 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()
/linux/include/linux/
H A Dio_uring_types.h302 struct io_alloc_cache uring_cache; member