Home
last modified time | relevance | path

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

/fs/
Dselect.c829 struct pollfd entries[0];
832 #define POLLFD_PER_PAGE ((PAGE_SIZE-sizeof(struct poll_list)) / sizeof(struct pollfd))
841 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd() argument
845 int fd = pollfd->fd; in do_pollfd()
857 filter = demangle_poll(pollfd->events) | EPOLLERR | EPOLLHUP; in do_pollfd()
867 pollfd->revents = mangle_poll(mask); in do_pollfd()
895 struct pollfd * pfd, * pfd_end; in do_poll()
958 sizeof(struct pollfd))
960 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
984 sizeof(struct pollfd) * walk->len)) in do_sys_poll()
[all …]