POLLERR            55 fs/bad_inode.c 	return POLLERR;
POLLERR            77 fs/eventfd.c   		events |= POLLERR;
POLLERR          1159 fs/eventpoll.c 			epds.events |= POLLERR | POLLHUP;
POLLERR          1173 fs/eventpoll.c 			epds.events |= POLLERR | POLLHUP;
POLLERR           395 fs/fcntl.c     	POLLERR,				/* POLL_ERR */
POLLERR           397 fs/fcntl.c     	POLLHUP | POLLERR			/* POLL_HUP */
POLLERR           949 fs/fuse/dev.c  		return POLLERR;
POLLERR           955 fs/fuse/dev.c  		mask = POLLERR;
POLLERR           632 fs/pipe.c      			mask |= POLLERR;
POLLERR           646 fs/proc/base.c 		res = POLLERR;
POLLERR           181 fs/select.c    #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR)
POLLERR           182 fs/select.c    #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR)
POLLERR           567 fs/select.c    			mask &= pollfd->events | POLLERR | POLLHUP;
POLLERR           440 fs/sysfs/file.c 	return POLLERR|POLLPRI;
POLLERR           909 kernel/relay.c 		return POLLERR;
POLLERR           518 net/9p/trans_fd.c 	if (n < 0 || n & (POLLERR | POLLHUP | POLLNVAL)) {
POLLERR           604 net/atm/common.c 		mask = POLLERR;
POLLERR           306 net/bluetooth/af_bluetooth.c 		mask |= POLLERR;
POLLERR           618 net/core/datagram.c 		mask |= POLLERR;
POLLERR           364 net/dccp/proto.c 		mask = POLLERR;
POLLERR           351 net/ipv4/tcp.c 		mask = POLLERR;
POLLERR          1708 net/irda/af_irda.c 		mask |= POLLERR;
POLLERR           863 net/iucv/af_iucv.c 		mask |= POLLERR;
POLLERR           218 net/phonet/socket.c 		return POLLERR;
POLLERR          5905 net/sctp/socket.c 		mask |= POLLERR;
POLLERR           293 net/sunrpc/rpc_pipe.c 		mask |= POLLERR | POLLHUP;
POLLERR          1970 net/unix/af_unix.c 		mask |= POLLERR;
POLLERR          2006 net/unix/af_unix.c 		mask |= POLLERR;
POLLERR           275 sound/core/init.c 	return POLLERR | POLLNVAL;
POLLERR          2933 sound/core/pcm_native.c 		mask = POLLOUT | POLLWRNORM | POLLERR;
POLLERR          2976 sound/core/pcm_native.c 		mask = POLLIN | POLLRDNORM | POLLERR;
POLLERR           257 sound/usb/usx2y/us122l.c 		mask = POLLIN | POLLOUT | POLLWRNORM | POLLERR;