Searched refs:MAX_POLLFDS (Results 1 – 3 of 3) sorted by relevance
22 #define MAX_POLLFDS 32 macro
238 struct pollfd pfds[MAX_POLLFDS]; /* array of polled fd */ in eloop_run()
97 #define MAX_POLLFDS 32 macro152 static struct pollfd pollfds[MAX_POLLFDS]; /* array of polled fd */1517 if (n_pollfds < MAX_POLLFDS) {