Home
last modified time | relevance | path

Searched refs:DEFAULT_POLLMASK (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro
89 return DEFAULT_POLLMASK; in vfs_poll()
/linux-4.19.296/drivers/media/
Dmedia-devnode.c110 return DEFAULT_POLLMASK; in media_poll()
/linux-4.19.296/fs/kernfs/
Dfile.c851 return DEFAULT_POLLMASK; in kernfs_fop_poll()
854 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
/linux-4.19.296/fs/proc/
Dinode.c254 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
Dproc_sysctl.c641 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-dev.c348 return DEFAULT_POLLMASK; in v4l2_poll()
/linux-4.19.296/fs/fuse/
Dfile.c2797 return DEFAULT_POLLMASK; in fuse_file_poll()
2825 return DEFAULT_POLLMASK; in fuse_file_poll()