Home
last modified time | relevance | path

Searched refs:io_poll_add (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dpoll.h36 int io_poll_add(struct io_kiocb *req, unsigned int issue_flags);
H A Dpoll.c891 int io_poll_add(struct io_kiocb *req, unsigned int issue_flags) in io_poll_add() function
939 ret2 = io_poll_add(preq, issue_flags & ~IO_URING_F_UNLOCKED); in io_poll_remove()