Home
last modified time | relevance | path

Searched refs:file_can_poll (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h81 static inline bool file_can_poll(struct file *file) in file_can_poll() function
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2175 if (!file_can_poll(tf.file)) in do_epoll_ctl()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c3485 if (file_can_poll(req->file) || !(req->file->f_mode & FMODE_BUF_RASYNC)) in io_rw_should_retry()
5643 if (!req->file || !file_can_poll(req->file)) in io_arm_poll_handler()