Searched defs:pollfd (Results 1 – 8 of 8) 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
169 struct pollfd pollfd; in __poll() local
49 struct fdarray pollfd; member
750 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
472 struct pollfd pollfd; in wait_for_card_driver() local