Searched refs:DEFAULT_POLLMASK (Results 1 – 10 of 10) sorted by relevance
30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro89 return DEFAULT_POLLMASK; in vfs_poll()
637 __poll_t ret = DEFAULT_POLLMASK|EPOLLERR; in vcs_poll()643 ret = DEFAULT_POLLMASK|EPOLLPRI; in vcs_poll()646 ret = DEFAULT_POLLMASK|EPOLLHUP|EPOLLERR; in vcs_poll()649 ret = DEFAULT_POLLMASK; in vcs_poll()
842 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_generic_poll()844 return DEFAULT_POLLMASK; in kernfs_generic_poll()854 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
1163 __poll_t ret = DEFAULT_POLLMASK; in psi_trigger_poll()1167 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()1174 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
102 return DEFAULT_POLLMASK; in media_poll()
247 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
661 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
344 return DEFAULT_POLLMASK; in v4l2_poll()
2963 return DEFAULT_POLLMASK; in fuse_file_poll()2991 return DEFAULT_POLLMASK; in fuse_file_poll()
1220 return DEFAULT_POLLMASK; in ep0_poll()