Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c421 struct hlist_head *cancel_hash; member
1322 ctx->cancel_hash = kmalloc((1U << hash_bits) * sizeof(struct hlist_head), in io_ring_ctx_alloc()
1324 if (!ctx->cancel_hash) in io_ring_ctx_alloc()
1326 __hash_init(ctx->cancel_hash, 1U << hash_bits); in io_ring_ctx_alloc()
1365 kfree(ctx->cancel_hash); in io_ring_ctx_alloc()
5416 list = &ctx->cancel_hash[hash_long(req->user_data, ctx->cancel_hash_bits)]; in io_poll_req_insert()
5870 list = &ctx->cancel_hash[i]; in io_poll_remove_all()
5890 list = &ctx->cancel_hash[hash_long(sqe_addr, ctx->cancel_hash_bits)];
9418 kfree(ctx->cancel_hash); in io_ring_ctx_free()
10241 struct hlist_head *list = &ctx->cancel_hash[ in __io_uring_show_fdinfo()
[all...]

Completed in 15 milliseconds