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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_ledbat.c343 int32_t nrtt, idle_time; local
345 idle_time = tcp_now - tp->t_rcvtime;
346 nrtt = idle_time / tp->t_rttcur;
H A Dtcp_timer.c662 int32_t rexmt, optlen = 0, idle_time = 0; local
674 idle_time = tcp_now - tp->t_rcvtime;
690 ((idle_time > 0) && (idle_time < TCP_CONN_MAXIDLE(tp)))) {
961 (idle_time >= tcp_maxpersistidle ||
962 idle_time >= TCP_REXMTVAL(tp) * tcp_totbackoff)) ||
1004 if (idle_time >= TCP_CONN_KEEPIDLE(tp) + TCP_CONN_MAXIDLE(tp))
H A Dtcp_output.c298 int idle_time = 0; local
331 /* Since idle_time is signed integer, the following integer subtraction
334 idle_time = tcp_now - tp->t_rcvtime;
335 if (idle && idle_time >= TCP_IDLETIMEOUT(tp)) {
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dasl_action.c140 static void _asl_action_close_idle_files(time_t idle_time);
2219 _asl_action_close_idle_files(time_t idle_time) argument
2230 if (idle_time == 0)
2245 if ((as_data != NULL) && (as_data->aslfile != NULL) && (as_data->pending == 0) && ((now - as_data->last_time) >= idle_time)) _act_dst_close(r, DST_CLOSE_IDLE);
2253 if ((af_data != NULL) && (af_data->aslfile != NULL) && (af_data->pending == 0) && ((now - af_data->last_time) >= idle_time)) _act_dst_close(r, DST_CLOSE_IDLE);
2261 if ((f_data != NULL) && (f_data->fd >= 0) && (f_data->pending == 0) && ((now - f_data->last_time) >= idle_time)) _act_dst_close(r, DST_CLOSE_IDLE);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1094 "idle_time" "immediate" "in" "including" "increment" "index" "indexed"

Completed in 227 milliseconds