Searched refs:POLLIN (Results 1 – 25 of 71) sorted by relevance
123
147 _aPollFds[0].events = POLLIN; in run()148 _aPollFds[1].events = POLLIN; in run()154 if (_aPollFds[0].revents & POLLIN) { in run()159 if (_aPollFds[1].revents & POLLIN) { in run()
162 pollfds[0].events = POLLIN; in Run()165 pollfds[1].events = POLLIN; in Run()191 assert(POLLIN & revents); in ClientEvent()289 assert(POLLIN & revents); in ControlEvent()
4 #if defined(POLLIN) || (defined(HAVE_DECL_POLLIN) && HAVE_DECL_POLLIN)5 XLAT(POLLIN),
1 POLLIN
51 pfd[0].events = POLLIN|POLLOUT; in main()53 pfd[1].events = POLLIN|POLLOUT; in main()
152 pfd.events = POLLIN; in waittmr()159 if ((pfd.revents & POLLIN) == 0) in waittmr()
74 if (fds[i].events & POLLIN) { in poll()101 fds[i].revents |= POLLIN; in poll()
42 #define POLLIN 0x0001 macro
339 ufd.events = POLLIN; in main()383 conn_pollfd[j].events = POLLIN /* | POLLHUP | POLLNVAL */; in main()402 if (conn_pollfd[i].revents & POLLIN) { in main()
62 pfd.events = f == read ? POLLIN : POLLOUT; in atomicio6()119 pfd.events = f == readv ? POLLIN : POLLOUT; in atomiciov6()
308 (*ufds)[ii].events = POLLIN|POLLPRI; in add_pollfd()340 if (revents & (POLLIN | POLLPRI)) { in process_events()371 revents = revents & ~(POLLIN | POLLPRI); in process_events()416 ufds[0].events = POLLIN|POLLPRI; in process_connections()
89 pollfds[0].events = pollfds[1].events = POLLIN; in netcat_main()198 if (pollfds[i].revents & POLLIN) { in netcat_main()
43 fds.events = POLLIN; in inotifyd_main()
154 pollfds[monitors].events = callback ? POLLIN : 0; in monitor_fd()209 if (pollfds[i].revents & POLLIN) { in main()
5 #define POLLIN 0x0001 macro
427 fds.events = POLLIN; in compress_read()450 if (fds.revents & POLLIN) { in compress_read()616 fds.events = POLLOUT | POLLIN; in compress_wait()622 if (fds.revents & (POLLOUT | POLLIN)) in compress_wait()
49 pfd.events = f == read ? POLLIN : POLLOUT; in atomicio()
772 pfd[0].events = POLLIN; in readwrite()776 pfd[1].events = POLLIN; in readwrite()790 if (pfd[0].revents & POLLIN) { in readwrite()805 if (!dflag && pfd[1].revents & POLLIN) { in readwrite()
195 fd.events = POLLIN; in main()209 if (fd.revents & POLLIN) in main()
377 pfd.events = POLLIN | POLLERR; in TEST()381 ASSERT_TRUE(pfd.revents & POLLIN); in TEST()621 pfd.events = POLLIN | POLLERR; in TEST()625 ASSERT_TRUE(pfd.revents & POLLIN); in TEST()
185 pollfds[0].events = POLLIN; in main()187 pollfds[1].events = POLLIN; in main()
337 fds[nfds].events = POLLIN; in start_eloop()356 if (!(fds[i].revents & (POLLIN | POLLHUP))) in start_eloop()
97 pfd.events = POLLIN; in scan_key()
348 pfds[0].events = POLLIN; in telnet_main()350 pfds[1].events = POLLIN; in telnet_main()
56 if (pfds[i].revents & POLLIN) in pollin_events()118 bd->pfds[i].events = POLLIN; in fio_binject_getevents()