Searched defs:pollfd (Results 1 – 13 of 13) sorted by relevance
36 struct pollfd { struct37 int fd;38 short events;39 short revents;
30 struct pollfd pollfd; in main() local
88 struct pollfd pollfd; in fault_handler_thread() local
25 struct fdarray pollfd; member
69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
130 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
542 struct pollfd pollfd = { in port_rx_burst() local569 struct pollfd pollfd = { in port_rx_burst() local
298 struct pollfd pollfd; in __poll() local
3286 struct pollfd pollfd; in TEST() local3735 struct pollfd pollfd; in TEST() local3819 struct pollfd pollfd; in TEST() local3873 struct pollfd pollfd; in TEST() local
573 struct pollfd pollfd = { in __cmd_ftrace() local
149 struct pollfd { struct150 int fd;151 short int events;152 short int revents;
591 struct pollfd pollfd[2]; in uffd_poll_thread() local
851 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()