Lines Matching defs:req
36 struct io_kiocb *req; member
73 static bool io_poll_get_ownership_slowpath(struct io_kiocb *req) in io_poll_get_ownership_slowpath()
94 static inline bool io_poll_get_ownership(struct io_kiocb *req) in io_poll_get_ownership()
101 static void io_poll_mark_cancelled(struct io_kiocb *req) in io_poll_mark_cancelled()
106 static struct io_poll *io_poll_get_double(struct io_kiocb *req) in io_poll_get_double()
114 static struct io_poll *io_poll_get_single(struct io_kiocb *req) in io_poll_get_single()
121 static void io_poll_req_insert(struct io_kiocb *req) in io_poll_req_insert()
153 static void io_poll_remove_entries(struct io_kiocb *req) in io_poll_remove_entries()
193 static void __io_poll_execute(struct io_kiocb *req, int mask) in __io_poll_execute()
207 static inline void io_poll_execute(struct io_kiocb *req, int res) in io_poll_execute()
223 static int io_poll_check_events(struct io_kiocb *req, io_tw_token_t tw) in io_poll_check_events()
315 void io_poll_task_func(struct io_kiocb *req, io_tw_token_t tw) in io_poll_task_func()
360 static void io_poll_cancel_req(struct io_kiocb *req) in io_poll_cancel_req()
369 static __cold int io_pollfree_wake(struct io_kiocb *req, struct io_poll *poll) in io_pollfree_wake()
397 struct io_kiocb *req = wqe_to_req(wait); in io_poll_wake() local
432 static bool io_poll_double_prepare(struct io_kiocb *req) in io_poll_double_prepare()
461 struct io_kiocb *req = pt->req; in __io_queue_proc() local
524 static bool io_poll_can_finish_inline(struct io_kiocb *req, in io_poll_can_finish_inline()
530 static void io_poll_add_hash(struct io_kiocb *req, unsigned int issue_flags) in io_poll_add_hash()
545 static int __io_arm_poll_handler(struct io_kiocb *req, in __io_arm_poll_handler()
647 static struct async_poll *io_req_alloc_apoll(struct io_kiocb *req, in io_req_alloc_apoll()
672 int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags) in io_arm_poll_handler()
723 struct io_kiocb *req; in io_poll_remove_all() local
746 struct io_kiocb *req; in io_poll_find() local
768 struct io_kiocb *req; in io_poll_file_find() local
782 static int io_poll_disarm(struct io_kiocb *req) in io_poll_disarm()
795 struct io_kiocb *req; in __io_poll_cancel() local
838 int io_poll_remove_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_poll_remove_prep()
868 int io_poll_add_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_poll_add_prep()
885 int io_poll_add(struct io_kiocb *req, unsigned int issue_flags) in io_poll_add()
901 int io_poll_remove(struct io_kiocb *req, unsigned int issue_flags) in io_poll_remove()