Home
last modified time | relevance | path

Searched refs:pollfd (Results 1 – 2 of 2) sorted by relevance

/fs/
Dselect.c752 struct pollfd entries[0];
755 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
764 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument
772 fd = pollfd->fd; in do_pollfd()
779 pwait->_key = pollfd->events|POLLERR|POLLHUP; in do_pollfd()
786 mask &= pollfd->events | POLLERR | POLLHUP; in do_pollfd()
790 pollfd->revents = mask; in do_pollfd()
819 struct pollfd * pfd, * pfd_end; in do_poll()
882 sizeof(struct pollfd))
884 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
[all …]
Dcompat.c1407 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()