EPOLLIN 61 lib/tevent/tevent_epoll.c if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP); EPOLLIN 295 lib/tevent/tevent_epoll.c if (events[i].events & EPOLLIN) flags |= TEVENT_FD_READ; EPOLLIN 80 lib/tevent/tevent_standard.c if (flags & TEVENT_FD_READ) ret |= (EPOLLIN | EPOLLERR | EPOLLHUP); EPOLLIN 306 lib/tevent/tevent_standard.c if (events[i].events & EPOLLIN) flags |= TEVENT_FD_READ;