Home
last modified time | relevance | path

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

/fs/
Dselect.c842 struct pollfd entries[];
845 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument
858 int fd = pollfd->fd; in do_pollfd()
870 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
880 pollfd->revents = mangle_poll(mask); in do_pollfd()
908 struct pollfd * pfd, * pfd_end; in do_poll()
971 sizeof(struct pollfd))
973 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
997 sizeof(struct pollfd) * walk->len)) in do_sys_poll()
[all …]