Searched refs:file_can_poll (Results 1 – 3 of 3) sorted by relevance
81 static inline bool file_can_poll(struct file *file) in file_can_poll() function
2130 if (!file_can_poll(tf.file)) in do_epoll_ctl()
3351 if (file_can_poll(req->file) || !(req->file->f_mode & FMODE_BUF_RASYNC)) in io_rw_should_retry()5181 if (!req->file || !file_can_poll(req->file)) in io_arm_poll_handler()