Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpoll.h81 static inline bool file_can_poll(struct file *file) in file_can_poll() function
/linux-4.19.296/fs/
Deventpoll.c2025 if (!file_can_poll(tf.file)) in SYSCALL_DEFINE4()