Searched refs:cancel_hash (Results 1 – 1 of 1) sorted by relevance
377 struct hlist_head *cancel_hash; member1152 ctx->cancel_hash = kmalloc((1U << hash_bits) * sizeof(struct hlist_head), in io_ring_ctx_alloc()1154 if (!ctx->cancel_hash) in io_ring_ctx_alloc()1156 __hash_init(ctx->cancel_hash, 1U << hash_bits); in io_ring_ctx_alloc()1186 kfree(ctx->cancel_hash); in io_ring_ctx_alloc()5127 list = &ctx->cancel_hash[hash_long(req->user_data, ctx->cancel_hash_bits)]; in io_poll_req_insert()5292 list = &ctx->cancel_hash[i]; in io_poll_remove_all()5311 list = &ctx->cancel_hash[hash_long(sqe_addr, ctx->cancel_hash_bits)]; in io_poll_cancel()8315 kfree(ctx->cancel_hash); in io_ring_ctx_free()8466 list = &ctx->cancel_hash[i]; in io_poll_remove_link()[all …]