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, struct io_tw_state *ts) in io_poll_check_events()
314 void io_poll_task_func(struct io_kiocb *req, struct io_tw_state *ts) in io_poll_task_func()
359 static void io_poll_cancel_req(struct io_kiocb *req) in io_poll_cancel_req()
368 static __cold int io_pollfree_wake(struct io_kiocb *req, struct io_poll *poll) in io_pollfree_wake()
396 struct io_kiocb *req = wqe_to_req(wait); in io_poll_wake() local
431 static bool io_poll_double_prepare(struct io_kiocb *req) in io_poll_double_prepare()
460 struct io_kiocb *req = pt->req; in __io_queue_proc() local
523 static bool io_poll_can_finish_inline(struct io_kiocb *req, in io_poll_can_finish_inline()
529 static void io_poll_add_hash(struct io_kiocb *req, unsigned int issue_flags) in io_poll_add_hash()
544 static int __io_arm_poll_handler(struct io_kiocb *req, in __io_arm_poll_handler()
646 static struct async_poll *io_req_alloc_apoll(struct io_kiocb *req, in io_req_alloc_apoll()
671 int io_arm_poll_handler(struct io_kiocb *req, unsigned issue_flags) in io_arm_poll_handler()
722 struct io_kiocb *req; in io_poll_remove_all() local
745 struct io_kiocb *req; in io_poll_find() local
767 struct io_kiocb *req; in io_poll_file_find() local
781 static int io_poll_disarm(struct io_kiocb *req) in io_poll_disarm()
794 struct io_kiocb *req; in __io_poll_cancel() local
837 int io_poll_remove_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_poll_remove_prep()
867 int io_poll_add_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_poll_add_prep()
884 int io_poll_add(struct io_kiocb *req, unsigned int issue_flags) in io_poll_add()
900 int io_poll_remove(struct io_kiocb *req, unsigned int issue_flags) in io_poll_remove()