Searched defs:pollfd (Results 1 – 9 of 9) sorted by relevance
35 struct pollfd { struct36 int fd;37 short events;38 short revents;
19 union iorpc_pollfd pollfd; member36 union iorpc_pollfd pollfd; member
522 union iorpc_pollfd pollfd; member539 union iorpc_pollfd pollfd; member
71 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
248 struct pollfd pollfd[2]; in uffd_poll_thread() local
169 struct pollfd pollfd; in __poll() local
54 struct fdarray pollfd; member
750 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
477 struct pollfd pollfd; in wait_for_card_driver() local