Lines Matching refs:pollfd
843 struct pollfd entries[];
846 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
855 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument
859 int fd = pollfd->fd; in do_pollfd()
871 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
881 pollfd->revents = mangle_poll(mask); in do_pollfd()
909 struct pollfd * pfd, * pfd_end; in do_poll()
972 sizeof(struct pollfd))
974 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
998 sizeof(struct pollfd) * walk->len)) in do_sys_poll()
1022 struct pollfd *fds = walk->entries; in do_sys_poll()
1049 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll()
1068 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3()
1101 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5()
1127 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5()
1399 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()
1425 COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()