pollfd            537 fs/select.c    	struct pollfd entries[0];
pollfd            540 fs/select.c    #define POLLFD_PER_PAGE  ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
pollfd            555 fs/select.c    	fd = pollfd->fd;
pollfd            567 fs/select.c    			mask &= pollfd->events | POLLERR | POLLHUP;
pollfd            571 fs/select.c    	pollfd->revents = mask;
pollfd            592 fs/select.c    			struct pollfd * pfd, * pfd_end;
pollfd            647 fs/select.c    			sizeof(struct pollfd))
pollfd            672 fs/select.c    					sizeof(struct pollfd) * walk->len))
pollfd            680 fs/select.c    		size = sizeof(struct poll_list) + sizeof(struct pollfd) * len;
pollfd            693 fs/select.c    		struct pollfd *fds = walk->entries;
pollfd            715 fs/select.c    	struct pollfd __user *ufds = (struct pollfd __user*)restart_block->arg0;
pollfd             35 include/asm-xtensa/syscall.h struct pollfd;
pollfd             32 include/linux/syscalls.h struct pollfd;