Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpoll.h28 #define DEFAULT_POLLMASK (EPOLLIN | EPOLLOUT | EPOLLRDNORM | EPOLLWRNORM) macro
87 return DEFAULT_POLLMASK; in vfs_poll()
/linux-6.3-rc2/drivers/tty/vt/
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()
/linux-6.3-rc2/fs/kernfs/
A Dfile.c883 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_generic_poll()
885 return DEFAULT_POLLMASK; in kernfs_generic_poll()
895 return DEFAULT_POLLMASK|EPOLLERR|EPOLLPRI; in kernfs_fop_poll()
/linux-6.3-rc2/drivers/media/mc/
A Dmc-devnode.c102 return DEFAULT_POLLMASK; in media_poll()
/linux-6.3-rc2/fs/proc/
A Dinode.c365 return DEFAULT_POLLMASK; in pde_poll()
371 __poll_t rv = DEFAULT_POLLMASK; in proc_reg_poll()
A Dproc_sysctl.c655 __poll_t ret = DEFAULT_POLLMASK; in proc_sys_poll()
/linux-6.3-rc2/kernel/sched/
A Dpsi.c1404 __poll_t ret = DEFAULT_POLLMASK; in psi_trigger_poll()
1408 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
1412 return DEFAULT_POLLMASK | EPOLLERR | EPOLLPRI; in psi_trigger_poll()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c346 res = DEFAULT_POLLMASK; in v4l2_poll()
/linux-6.3-rc2/fs/fuse/
A Dfile.c2844 return DEFAULT_POLLMASK; in fuse_file_poll()
2872 return DEFAULT_POLLMASK; in fuse_file_poll()
/linux-6.3-rc2/drivers/usb/gadget/legacy/
A Dinode.c1222 return DEFAULT_POLLMASK; in ep0_poll()

Completed in 31 milliseconds