Searched refs:nconns (Results 1 – 1 of 1) sorted by relevance
1719 static unsigned int nconns; variable1728 for (inner = 0; inner < nconns; ++inner) in fd_ready()1731 assert (inner < nconns); in fd_ready()2015 struct pollfd *conns = (struct pollfd *) xmalloc (nconns in main_loop_poll()2054 - ((MAX_ACCEPT_TIMEOUT - MIN_ACCEPT_TIMEOUT) * 1000 * nused) / (2 * nconns)) in main_loop_poll()2073 if (firstfree < nconns) in main_loop_poll()2159 - ((MAX_ACCEPT_TIMEOUT - MIN_ACCEPT_TIMEOUT) * nused) / nconns) in main_loop_poll()2244 if (fd >= nconns in main_loop_epoll()2426 nconns = MAXCONN; in start_threads()2428 nconns = MINCONN; in start_threads()[all …]