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

/linux-master/include/linux/
H A Dio_uring_types.h300 struct io_alloc_cache apoll_cache; member in struct:io_ring_ctx::__anon48
/linux-master/io_uring/
H A Dpoll.c697 entry = io_alloc_cache_get(&ctx->apoll_cache);
H A Dio_uring.c318 io_alloc_cache_init(&ctx->apoll_cache, IO_ALLOC_CACHE_MAX,
1553 if (!io_alloc_cache_put(&ctx->apoll_cache, &apoll->cache))
2901 io_alloc_cache_free(&ctx->apoll_cache, io_apoll_cache_free);

Completed in 389 milliseconds