Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpoll.h24 #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM) macro
/linux-4.4.14/drivers/tty/vt/
Dvc_screen.c565 int ret = DEFAULT_POLLMASK|POLLERR|POLLPRI; in vcs_poll()
570 ret = DEFAULT_POLLMASK; in vcs_poll()
/linux-4.4.14/drivers/media/
Dmedia-devnode.c115 return DEFAULT_POLLMASK; in media_poll()
/linux-4.4.14/fs/kernfs/
Dfile.c798 return DEFAULT_POLLMASK; in kernfs_fop_poll()
801 return DEFAULT_POLLMASK|POLLERR|POLLPRI; in kernfs_fop_poll()
/linux-4.4.14/fs/
Dselect.c456 mask = DEFAULT_POLLMASK; in do_select()
763 mask = DEFAULT_POLLMASK; in do_pollfd()
/linux-4.4.14/fs/proc/
Dinode.c225 unsigned int rv = DEFAULT_POLLMASK; in proc_reg_poll()
Dproc_sysctl.c586 unsigned int ret = DEFAULT_POLLMASK; in proc_sys_poll()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dev.c337 return DEFAULT_POLLMASK; in v4l2_poll()
/linux-4.4.14/fs/fuse/
Dfile.c2706 return DEFAULT_POLLMASK; in fuse_file_poll()
2734 return DEFAULT_POLLMASK; in fuse_file_poll()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dinode.c1209 return DEFAULT_POLLMASK; in ep0_poll()