Searched refs:fds (Results 1 – 6 of 6) sorted by relevance
539 win_nm_poll(struct pollfd *fds, int nfds, int timeout) in win_nm_poll() argument543 if (nfds != 1 || fds == NULL || (h = win_get_netmap_handle(fds->fd)) == NULL) {; in win_nm_poll()544 return poll(fds, nfds, timeout); in win_nm_poll()549 prd.events = fds->events; in win_nm_poll()
207 server.max-fds = 2048
215 server.max-fds = 500000
137 server.max-fds = 2048168 Increasing the ``server.max-fds`` limit will reduce the probability of this
106 …* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2…645 * added FD_CLOEXEC to fds which are kept open for a longer time711 fds are opened