Lines Matching refs:epoll
37 #include <sys/epoll.h>
101 * State of the socket with respect to epoll (bitmask).
107 * The socket is not involved with a defined state in epoll right
113 * epoll told us that data was ready for reading, and we did
119 * epoll told us that space was available for writing, and we did
130 * Is this connection currently in the 'epoll' set?
515 * Next pointer for the EDLL listing connections that are epoll-ready.
520 * Previous pointer for the EDLL listing connections that are epoll-ready.
759 * What is the state of this socket in relation to epoll?
951 * Head of EDLL of connections ready for processing (in epoll mode).
956 * Tail of EDLL of connections ready for processing (in epoll mode)
1130 * File descriptor associated with our epoll loop.
1135 * MHD_YES if the listen socket is in the 'epoll' set,