Home
last modified time | relevance | path

Searched refs:laststart (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nscd/
Dconnections.c2160 time_t laststart = now - ACCEPT_TIMEOUT; in main_loop_poll() local
2164 if (conns[cnt].fd != -1 && starttime[cnt] < laststart) in main_loop_poll()
2310 time_t laststart = now - ACCEPT_TIMEOUT; in main_loop_epoll() local
2317 if (starttime[cnt] != 0 && starttime[cnt] < laststart) in main_loop_epoll()