Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro
91 return DEFAULT_POLLMASK; in vfs_poll()
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c715 __poll_t ret = DEFAULT_POLLMASK|EPOLLERR; in vcs_poll()
721 ret = DEFAULT_POLLMASK|EPOLLPRI; in vcs_poll()
724 ret = DEFAULT_POLLMASK|EPOLLHUP|EPOLLERR; in vcs_poll()
727 ret = DEFAULT_POLLMASK; in vcs_poll()
/openbmc/linux/fs/kernfs/
H A Dfile.c885 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_generic_poll()
887 return DEFAULT_POLLMASK; in kernfs_generic_poll()
897 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
/openbmc/linux/drivers/media/mc/
H A Dmc-devnode.c102 return DEFAULT_POLLMASK; in media_poll()
/openbmc/linux/fs/proc/
H A Dinode.c365 return DEFAULT_POLLMASK; in pde_poll()
371 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
H A Dproc_sysctl.c650 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
/openbmc/linux/kernel/sched/
H A Dpsi.c1477 __poll_t ret = DEFAULT_POLLMASK; in psi_trigger_poll()
1481 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
1485 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c346 res = DEFAULT_POLLMASK; in v4l2_poll()
/openbmc/linux/fs/fuse/
H A Dfile.c2814 return DEFAULT_POLLMASK; in fuse_file_poll()
2842 return DEFAULT_POLLMASK; in fuse_file_poll()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c1222 return DEFAULT_POLLMASK; in ep0_poll()