Searched refs:cancel_table_locked (Results 1 – 3 of 3) sorted by relevance
140 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()750 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all); in io_poll_remove_all()852 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked); in io_poll_cancel()966 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
293 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits)) in io_ring_ctx_alloc()339 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()2641 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
249 struct io_hash_table cancel_table_locked; member