Searched refs:__io_arm_poll_handler (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | poll.c | 572 static int __io_arm_poll_handler(struct io_kiocb *req, in __io_arm_poll_handler() function 742 ret = __io_arm_poll_handler(req, &apoll->poll, &ipt, mask, issue_flags); in io_arm_poll_handler() 968 ret = __io_arm_poll_handler(req, poll, &ipt, poll->events, issue_flags); in io_poll_add()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 5722 static int __io_arm_poll_handler(struct io_kiocb *req, in __io_arm_poll_handler() function 5846 ret = __io_arm_poll_handler(req, &apoll->poll, &ipt, mask); in io_arm_poll_handler() 5996 ret = __io_arm_poll_handler(req, &req->poll, &ipt, poll->events); in io_poll_add()
|
Completed in 17 milliseconds