/* * Must only be called inside issue_flags & IO_URING_F_MULTISHOT, or * potentially other cases where we already "own" this poll request.
*/ staticinlinevoid io_poll_multishot_retry(struct io_kiocb *req)
{
atomic_inc(&req->poll_refs);
}
int io_poll_add_prep(struct io_kiocb *req, conststruct io_uring_sqe *sqe); int io_poll_add(struct io_kiocb *req, unsignedint issue_flags);
int io_poll_remove_prep(struct io_kiocb *req, conststruct io_uring_sqe *sqe); int io_poll_remove(struct io_kiocb *req, unsignedint issue_flags);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.