Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c422 unsigned cancel_hash_bits; member
1321 ctx->cancel_hash_bits = hash_bits; in io_ring_ctx_alloc()
5416 list = &ctx->cancel_hash[hash_long(req->user_data, ctx->cancel_hash_bits)]; in io_poll_req_insert()
5867 for (i = 0; i < (1U << ctx->cancel_hash_bits); i++) { in io_poll_remove_all()
5890 list = &ctx->cancel_hash[hash_long(sqe_addr, ctx->cancel_hash_bits)];
10240 for (i = 0; i < (1U << ctx->cancel_hash_bits); i++) { in __io_uring_show_fdinfo()

Completed in 20 milliseconds