Searched defs:pollfd (Results 1 – 15 of 15) sorted by relevance
36 struct pollfd { struct37 int fd;38 short events;39 short revents;
167 struct pollfd { struct168 int fd;169 short int events;170 short int revents;
30 struct pollfd pollfd; in main() local
88 struct pollfd pollfd; in fault_handler_thread() local
447 struct pollfd pollfd = { in daemon_session__wait() local486 struct pollfd pollfd = { in daemon__wait() local514 struct pollfd pollfd = { .events = POLLIN, }; in daemon_session__control() local
624 struct pollfd pollfd = { in __cmd_ftrace() local927 struct pollfd pollfd = { in __cmd_latency() local
108 struct fdarray pollfd; member1682 struct fdarray *pollfd; in record__thread() local
32 struct fdarray pollfd; member
267 struct pollfd pollfd = { .events = POLLIN, }; in tpebs_start() local
82 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
508 struct pollfd pollfd[2]; in uffd_poll_thread() local
299 struct pollfd pollfd; in __poll() local
38 struct pollfd pollfd; member
3369 struct pollfd pollfd; in TEST() local3828 struct pollfd pollfd; in TEST() local3912 struct pollfd pollfd; in TEST() local4023 struct pollfd pollfd; in TEST() local
854 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()