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

/linux-master/io_uring/
H A Dpoll.c805 static struct io_kiocb *io_poll_find(struct io_ring_ctx *ctx, bool poll_only, function
880 req = io_poll_find(ctx, false, cd, table, &bucket);
1001 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table, &bucket);
1012 preq = io_poll_find(ctx, true, &cd, &ctx->cancel_table_locked, &bucket);

Completed in 125 milliseconds