Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dpoll.c143 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
778 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all); in io_poll_remove_all()
877 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked); in io_poll_cancel()
991 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
Dfdinfo.c187 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
Dio_uring.c315 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits)) in io_ring_ctx_alloc()
356 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2949 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/Linux-v6.6/include/linux/
Dio_uring_types.h256 struct io_hash_table cancel_table_locked; member