Searched defs:pollfd (Results 1 – 4 of 4) sorted by relevance
31 struct pollfd { struct32 int fd;33 short events;34 short revents;
25 struct pollfd *pollfd; member
76 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
725 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait) in do_pollfd()