Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpoll.h75 static inline bool file_can_poll(struct file *file) in file_can_poll() function
/linux/io_uring/
H A Dio_uring.h436 if (req->file && file_can_poll(req->file)) { in io_file_can_poll()
/linux/fs/
H A Deventpoll.c2279 if (!file_can_poll(tf.file)) in do_epoll_ctl()