Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpoll.h30 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro
89 return DEFAULT_POLLMASK; in vfs_poll()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvc_screen.c708 __poll_t ret = DEFAULT_POLLMASK|EPOLLERR; in vcs_poll()
714 ret = DEFAULT_POLLMASK|EPOLLPRI; in vcs_poll()
717 ret = DEFAULT_POLLMASK|EPOLLHUP|EPOLLERR; in vcs_poll()
720 ret = DEFAULT_POLLMASK; in vcs_poll()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dfile.c823 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_generic_poll()
825 return DEFAULT_POLLMASK; in kernfs_generic_poll()
835 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpsi.c1285 __poll_t ret = DEFAULT_POLLMASK; in psi_trigger_poll()
1289 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
1293 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinode.c370 return DEFAULT_POLLMASK; in pde_poll()
376 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
H A Dproc_sysctl.c642 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-devnode.c102 return DEFAULT_POLLMASK; in media_poll()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-dev.c344 return DEFAULT_POLLMASK; in v4l2_poll()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfile.c3089 return DEFAULT_POLLMASK; in fuse_file_poll()
3117 return DEFAULT_POLLMASK; in fuse_file_poll()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dinode.c1223 return DEFAULT_POLLMASK; in ep0_poll()