Searched refs:time_last_rqst (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dmain.c99 time_t now, time_next_flush, time_last_rqst; local
112 time_last_rqst = now;
121 timeout = min(time_next_flush, time_last_rqst +dbp->idle_timeout);
136 if (now - time_last_rqst >= dbp->idle_timeout && comm_nbe() <= 0) {
140 /* still active connections, reset time_last_rqst */
141 time_last_rqst = now;
144 time_last_rqst = now;

Completed in 107 milliseconds