Searched defs:io_poll_iocb (Results 1 – 7 of 7) sorted by relevance
73576 struct io_poll_iocb { struct73577 struct file *file;73578 union {73582 __poll_t events;73583 bool done;73584 bool canceled;73585 struct wait_queue_entry wait;
39890 struct io_poll_iocb { struct39891 struct file *file;39892 union {39896 __poll_t events;39897 bool done;39898 bool canceled;39899 struct wait_queue_entry wait;
44525 struct io_poll_iocb { struct44526 struct file___2 *file;44527 union {44531 __poll_t events;44532 bool done;44533 bool canceled;44534 struct wait_queue_entry wait;
44811 struct io_poll_iocb { struct44812 struct file *file;44813 struct wait_queue_head *head;44814 __poll_t events;44815 struct wait_queue_entry wait;