Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c421 struct hlist_head *cancel_hash; member
1325 ctx->cancel_hash = kmalloc((1U << hash_bits) * sizeof(struct hlist_head), in io_ring_ctx_alloc()
1327 if (!ctx->cancel_hash) in io_ring_ctx_alloc()
1329 __hash_init(ctx->cancel_hash, 1U << hash_bits); in io_ring_ctx_alloc()
1368 kfree(ctx->cancel_hash); in io_ring_ctx_alloc()
5563 list = &ctx->cancel_hash[hash_long(req->user_data, ctx->cancel_hash_bits)]; in io_poll_req_insert()
6017 list = &ctx->cancel_hash[i]; in io_poll_remove_all()
6037 list = &ctx->cancel_hash[hash_long(sqe_addr, ctx->cancel_hash_bits)]; in io_poll_find()
9594 kfree(ctx->cancel_hash); in io_ring_ctx_free()
10412 struct hlist_head *list = &ctx->cancel_hash[i]; in __io_uring_show_fdinfo()