Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpoll.h83 static inline bool file_can_poll(struct file *file) in file_can_poll() function
/openbmc/linux/io_uring/
H A Drw.c632 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()
H A Dkbuf.c172 (req->file && !file_can_poll(req->file))) { in io_ring_buffer_select()
H A Dpoll.c720 if (!file_can_poll(req->file)) in io_arm_poll_handler()
H A Dio_uring.c1959 if (opcode_poll && file_can_poll(req->file)) { in io_wq_submit_work()
/openbmc/linux/fs/
H A Deventpoll.c2174 if (!file_can_poll(tf.file)) in do_epoll_ctl()