Searched refs:file_can_poll (Results 1 – 6 of 6) sorted by relevance
83 static inline bool file_can_poll(struct file *file) in file_can_poll() function
632 if (file_can_poll(req->file) || !(req->file->f_mode & FMODE_BUF_RASYNC)) in io_rw_should_retry()786 if (req->opcode == IORING_OP_READ && file_can_poll(req->file)) in __io_read()
172 (req->file && !file_can_poll(req->file))) { in io_ring_buffer_select()
720 if (!file_can_poll(req->file)) in io_arm_poll_handler()
1959 if (opcode_poll && file_can_poll(req->file)) { in io_wq_submit_work()
2174 if (!file_can_poll(tf.file)) in do_epoll_ctl()