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

/linux-master/io_uring/
H A Dfdinfo.c194 for (i = 0; i < (1U << ctx->cancel_table.hash_bits); i++) {
195 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i];
H A Dpoll.c122 struct io_hash_table *table = &req->ctx->cancel_table;
133 struct io_hash_table *table = &req->ctx->cancel_table;
800 ret = io_poll_remove_all_table(tsk, &ctx->cancel_table, cancel_all);
894 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table);
1001 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table, &bucket);
H A Dio_uring.c301 if (io_alloc_hash_table(&ctx->cancel_table, hash_bits))
352 kfree(ctx->cancel_table.hbs);
2932 kfree(ctx->cancel_table.hbs);
/linux-master/include/linux/
H A Dio_uring_types.h354 struct io_hash_table cancel_table; member in struct:io_ring_ctx

Completed in 147 milliseconds