Searched refs:io_poll_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | poll.c | 789 static struct io_kiocb *io_poll_find(struct io_ring_ctx *ctx, bool poll_only, in io_poll_find() function 865 req = io_poll_find(ctx, false, cd, table, &bucket); in __io_poll_cancel() 986 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table, &bucket); in io_poll_remove() 997 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket); in io_poll_remove()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 5883 static struct io_kiocb *io_poll_find(struct io_ring_ctx *ctx, __u64 sqe_addr, 5915 struct io_kiocb *req = io_poll_find(ctx, sqe_addr, poll_only); 6014 preq = io_poll_find(ctx, req->poll_update.old_user_data, true); in io_poll_update()
|
Completed in 15 milliseconds