Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpoll.h24 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro
81 return DEFAULT_POLLMASK; in vfs_poll()
/linux-6.15/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()
/linux-6.15/fs/kernfs/
H A Dfile.c843 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_generic_poll()
845 return DEFAULT_POLLMASK; in kernfs_generic_poll()
855 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
/linux-6.15/drivers/media/mc/
H A Dmc-devnode.c102 return DEFAULT_POLLMASK; in media_poll()
/linux-6.15/fs/proc/
H A Dinode.c353 return DEFAULT_POLLMASK; in pde_poll()
359 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
H A Dproc_sysctl.c652 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
/linux-6.15/kernel/sched/
H A Dpsi.c1474 __poll_t ret = DEFAULT_POLLMASK; in psi_trigger_poll()
1478 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
1482 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
/linux-6.15/fs/debugfs/
H A Dfile.c416 return DEFAULT_POLLMASK; in full_proxy_poll()
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-dev.c348 res = DEFAULT_POLLMASK; in v4l2_poll()
/linux-6.15/fs/fuse/
H A Dfile.c2996 return DEFAULT_POLLMASK; in fuse_file_poll()
3024 return DEFAULT_POLLMASK; in fuse_file_poll()
/linux-6.15/drivers/usb/gadget/legacy/
H A Dinode.c1228 return DEFAULT_POLLMASK; in ep0_poll()