Searched defs:pollfd (Results 1 – 9 of 9) sorted by relevance
36 struct pollfd { struct37 int fd;38 short events;39 short revents;
30 struct pollfd pollfd; in main() local
73 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
171 struct pollfd pollfd; in __poll() local
281 struct pollfd pollfd = { in __cmd_ftrace() local
44 struct fdarray pollfd; member
445 struct pollfd pollfd[2]; in uffd_poll_thread() local
477 struct pollfd pollfd; in wait_for_card_driver() local
807 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()