Home
last modified time | relevance | path

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

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