Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c421 struct hlist_head *cancel_hash; member
1284 ctx->cancel_hash = kmalloc((1U << hash_bits) * sizeof(struct hlist_head), in io_ring_ctx_alloc()
1286 if (!ctx->cancel_hash) in io_ring_ctx_alloc()
1288 __hash_init(ctx->cancel_hash, 1U << hash_bits); in io_ring_ctx_alloc()
1327 kfree(ctx->cancel_hash); in io_ring_ctx_alloc()
5543 list = &ctx->cancel_hash[hash_long(req->user_data, ctx->cancel_hash_bits)]; in io_poll_req_insert()
5703 list = &ctx->cancel_hash[i]; in io_poll_remove_all()
5724 list = &ctx->cancel_hash[hash_long(sqe_addr, ctx->cancel_hash_bits)]; in io_poll_find()
9302 kfree(ctx->cancel_hash); in io_ring_ctx_free()
10111 struct hlist_head *list = &ctx->cancel_hash[i]; in __io_uring_show_fdinfo()