Searched defs:pollfd (Results 1 – 4 of 4) sorted by relevance
71 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
169 struct pollfd pollfd; in __poll() local
248 struct pollfd pollfd[2]; in uffd_poll_thread() local
54 struct fdarray pollfd; member