Searched refs:poll (Results 1 – 1 of 1) sorted by relevance
806 struct io_poll_iocb poll; member835 struct io_poll_iocb poll; member5554 return &req->poll; in io_poll_get_single()5555 return &req->apoll->poll; in io_poll_get_single()5567 static void io_init_poll_iocb(struct io_poll_iocb *poll, __poll_t events, in io_init_poll_iocb() argument5570 poll->head = NULL; in io_init_poll_iocb()5573 poll->events = events | IO_POLL_UNMASK; in io_init_poll_iocb()5574 INIT_LIST_HEAD(&poll->wait.entry); in io_init_poll_iocb()5575 init_waitqueue_func_entry(&poll->wait, wake_func); in io_init_poll_iocb()5578 static inline void io_poll_remove_entry(struct io_poll_iocb *poll) in io_poll_remove_entry() argument[all …]