Searched defs:pollfd (Results 1 – 15 of 15) sorted by relevance
36 struct pollfd { struct37 int fd;38 short events;39 short revents;
142 struct pollfd { struct143 int fd;144 short int events;145 short int revents;
30 struct pollfd pollfd; in main() local
41 struct pollfd pollfd[2]; in uffd_handler_thread_fn() local
88 struct pollfd pollfd; in fault_handler_thread() local
446 struct pollfd pollfd = { in daemon_session__wait() local485 struct pollfd pollfd = { in daemon__wait() local513 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control() local
568 struct pollfd pollfd = { in __cmd_ftrace() local881 struct pollfd pollfd = { in __cmd_latency() local
109 struct fdarray pollfd; member1631 struct fdarray *pollfd; in record__thread() local
33 struct fdarray pollfd; member
69 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
36 struct pollfd pollfd; member
298 struct pollfd pollfd; in __poll() local
3364 struct pollfd pollfd; in TEST() local3816 struct pollfd pollfd; in TEST() local3900 struct pollfd pollfd; in TEST() local3954 struct pollfd pollfd; in TEST() local
797 struct pollfd pollfd[2]; in uffd_poll_thread() local
855 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
Completed in 49 milliseconds