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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_ledbat.c347 int32_t nrtt, idle_time; local
349 idle_time = tcp_now - tp->t_rcvtime;
350 nrtt = idle_time / tp->t_rttcur;
H A Dtcp_timer.c623 int idle_time = 0; local
634 idle_time = tcp_now - tp->t_rcvtime;
650 ((idle_time > 0) && (idle_time < TCP_CONN_MAXIDLE(tp)))) {
895 (idle_time >= tcp_maxpersistidle ||
896 idle_time >= TCP_REXMTVAL(tp) * tcp_totbackoff)) ||
938 if (idle_time >= TCP_CONN_KEEPIDLE(tp) + TCP_CONN_MAXIDLE(tp))
H A Dtcp_output.c286 int idle_time = 0; local
319 /* Since idle_time is signed integer, the following integer subtraction
322 idle_time = tcp_now - tp->t_rcvtime;
323 if (idle && idle_time >= TCP_IDLETIMEOUT(tp)) {
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c113 static void _asl_action_close_idle_files(time_t idle_time);
1783 _asl_action_close_idle_files(time_t idle_time) argument
1794 if (idle_time == 0)
1807 if ((sdata != NULL) && (sdata->store != NULL) && ((now - sdata->last_time) >= idle_time)) _act_dst_close(r);
1815 if ((fdata != NULL) && (fdata->fd >= 0) && ((now - fdata->last_time) >= idle_time)) _act_dst_close(r);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1094 "idle_time" "immediate" "in" "including" "increment" "index" "indexed"

Completed in 92 milliseconds