Searched refs:poll (Results 1 – 1 of 1) sorted by relevance
816 struct io_poll_iocb poll; member845 struct io_poll_iocb poll; member5417 return &req->poll; in io_poll_get_single()5418 return &req->apoll->poll; in io_poll_get_single()5430 static void io_init_poll_iocb(struct io_poll_iocb *poll, __poll_t events, in io_init_poll_iocb() argument5433 poll->head = NULL; in io_init_poll_iocb()5436 poll->events = events | IO_POLL_UNMASK; in io_init_poll_iocb()5437 INIT_LIST_HEAD(&poll->wait.entry); in io_init_poll_iocb()5438 init_waitqueue_func_entry(&poll->wait, wake_func); in io_init_poll_iocb()5441 static inline void io_poll_remove_entry(struct io_poll_iocb *poll) in io_poll_remove_entry() argument[all …]