Home
last modified time | relevance | path

Searched refs:io_arm_poll_handler (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dpoll.h45 int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags);
H A Dpoll.c696 int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags) in io_arm_poll_handler() function
H A Dio_uring.c1910 if (io_arm_poll_handler(req, issue_flags) != IO_APOLL_OK) in io_wq_submit_work()
1953 if (io_arm_poll_handler(req, issue_flags) == IO_APOLL_OK) in io_wq_submit_work()
2024 switch (io_arm_poll_handler(req, 0)) { in io_queue_async()