Searched refs:cancel_table_locked (Results 1 – 4 of 4) sorted by relevance
143 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()778 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all); in io_poll_remove_all()877 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked); in io_poll_cancel()991 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
187 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
315 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits)) in io_ring_ctx_alloc()356 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()2949 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
256 struct io_hash_table cancel_table_locked; member