Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dio_uring_types.h295 struct io_alloc_cache apoll_cache; member
/linux-6.12.1/io_uring/
Dio_uring.c311 ret |= io_alloc_cache_init(&ctx->apoll_cache, IO_POLL_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
357 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_alloc()
1416 if (!io_alloc_cache_put(&ctx->apoll_cache, apoll)) in io_free_batch_list()
2743 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_free()
Dpoll.c697 apoll = io_alloc_cache_get(&ctx->apoll_cache); in io_req_alloc_apoll()