Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c789 static struct io_kiocb *io_poll_find(struct io_ring_ctx *ctx, bool poll_only, in io_poll_find() argument
804 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in io_poll_find()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c5884 bool poll_only)
5894 if (poll_only && req->opcode != IORING_OP_POLL_ADD) in hlist_for_each_entry()
5912 bool poll_only)
5915 struct io_kiocb *req = io_poll_find(ctx, sqe_addr, poll_only);

Completed in 16 milliseconds