Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dpoll.c143 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
785 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all); in io_poll_remove_all()
884 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked); in io_poll_cancel()
998 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
Dfdinfo.c182 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
Dio_uring.c317 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits)) in io_ring_ctx_alloc()
359 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2970 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/linux-6.6.21/include/linux/
Dio_uring_types.h256 struct io_hash_table cancel_table_locked; member