Home
last modified time | relevance | path

Searched refs:cancel_table (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/io_uring/
A Dfdinfo.c173 for (i = 0; i < (1U << ctx->cancel_table.hash_bits); i++) { in __io_uring_show_fdinfo()
174 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo()
A Dpoll.c121 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_insert()
132 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_delete()
776 ret = io_poll_remove_all_table(tsk, &ctx->cancel_table, cancel_all); in io_poll_remove_all()
874 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table); in io_poll_cancel()
981 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table, &bucket); in io_poll_remove()
A Dio_uring.c292 if (io_alloc_hash_table(&ctx->cancel_table, hash_bits)) in io_ring_ctx_alloc()
341 kfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
2830 kfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h307 struct io_hash_table cancel_table; member

Completed in 17 milliseconds