Lines Matching refs:EPOLLIN
69 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc)
78 // event_mask - the event mask (composed of EPOLLIN, EPOLLOUT, etc)
88 // event - a struct that contains the event mask (composed of EPOLLIN,
163 // event_mask - a combination of (EPOLLOUT, EPOLLIN.. etc) indicating
594 // event_mask - the event mask (consisting of EPOLLIN, EPOLLOUT, etc
608 // event_mask - the event mask (consisting of EPOLLIN, EPOLLOUT, etc
868 if (event_mask & EPOLLIN) ++epoll_in;
884 os << "\t EPOLLIN: " << ev.epoll_in << "\n";