Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dpoll.c145 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
800 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all); in io_poll_remove_all()
898 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked); in io_poll_cancel()
1011 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
Dfdinfo.c195 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
Dio_uring.c297 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits)) in io_ring_ctx_alloc()
364 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2777 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/linux-6.12.1/include/linux/
Dio_uring_types.h294 struct io_hash_table cancel_table_locked; member