Searched defs:pollfd (Results 1 – 11 of 11) sorted by relevance
36 struct pollfd { struct37 int fd;38 short events;39 short revents;
30 struct pollfd pollfd; in main() local
23 struct fdarray pollfd; member
70 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
283 struct pollfd pollfd = { in __cmd_ftrace() local
203 struct pollfd pollfd; in __poll() local
149 struct pollfd { struct150 int fd;151 short int events;152 short int revents;
492 struct pollfd pollfd[2]; in uffd_poll_thread() local
466 struct pollfd pollfd; in wait_for_card_driver() local
841 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
3088 struct pollfd pollfd; in TEST() local