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

/linux-master/io_uring/
H A Dpoll.c144 struct io_hash_table *table = &req->ctx->cancel_table_locked;
158 * ->cancel_table_locked is protected by ->uring_lock in
801 ret |= io_poll_remove_all_table(tsk, &ctx->cancel_table_locked, cancel_all);
899 ret = __io_poll_cancel(ctx, cd, &ctx->cancel_table_locked);
1012 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket);
H A Dfdinfo.c196 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i];
H A Dio_uring.c303 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits))
353 kfree(ctx->cancel_table_locked.hbs);
2933 kfree(ctx->cancel_table_locked.hbs);
/linux-master/include/linux/
H A Dio_uring_types.h299 struct io_hash_table cancel_table_locked; member in struct:io_ring_ctx::__anon48

Completed in 140 milliseconds