Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dio_uring_types.h257 struct io_alloc_cache apoll_cache; member
/Linux-v6.6/io_uring/
Dpoll.c674 entry = io_alloc_cache_get(&ctx->apoll_cache); in io_req_alloc_apoll()
Dio_uring.c328 io_alloc_cache_init(&ctx->apoll_cache, IO_ALLOC_CACHE_MAX, in io_ring_ctx_alloc()
1534 if (!io_alloc_cache_put(&ctx->apoll_cache, &apoll->cache)) in io_free_batch_list()
2913 io_alloc_cache_free(&ctx->apoll_cache, io_apoll_cache_free); in io_ring_ctx_free()