Searched refs:io_poll (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Dpoll.h11 struct io_poll { struct
21 struct io_poll poll;
24 struct io_poll *double_poll;
H A Dpoll.c105 static struct io_poll *io_poll_get_double(struct io_kiocb *req)
113 static struct io_poll *io_poll_get_single(struct io_kiocb *req)
116 return io_kiocb_to_cmd(req, struct io_poll);
171 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events)
181 static inline void io_poll_remove_entry(struct io_poll *poll)
369 struct io_poll *poll;
371 poll = io_kiocb_to_cmd(req, struct io_poll);
404 static __cold int io_pollfree_wake(struct io_kiocb *req, struct io_poll *poll)
433 struct io_poll *poll = container_of(wait, struct io_poll, wai
[all...]

Completed in 182 milliseconds