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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_rio.h103 int idle; /* queue was empty */ member in struct:rio::dropprec_state
105 struct timeval last; /* timestamp when queue becomes idle */
113 /* used for idle calibration */
H A Dclassq_rio.c269 prec->idle = 1;
373 if (prec->idle) {
374 prec->idle = 0;
479 if (rp->rio_precstate[i].idle == 0) {
480 rp->rio_precstate[i].idle = 1;
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c200 * maxidle max value allowed for class 'idle' time estimate (this
224 * not nanoseconds.) Also note that the 'idle' filter computation keeps
1324 int idle, avgidle, pktlen; local
1388 TV_DELTA(&ifd->ifnow_, &cl->last_, idle);
1389 if (idle >= 2000000)
1391 * this class is idle enough, reset avgidle.
1403 idle -= pkt_time;
1406 avgidle += idle - (avgidle >> RM_FILTER_GAIN);
1420 /* set next idle to make avgidle 0 */
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c280 int idle, sendalot, lost = 0; local
313 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
319 if (idle && idle_time >= TCP_IDLETIMEOUT(tp)) {
327 if (idle) {
330 idle = 0;
818 * either idle or running NODELAY
848 (idle || tp->t_flags & TF_NODELAY || tp->t_flags & TF_MAXSEGSNT) &&
943 * idle not doing retransmits or persists
953 * The output side is idle when both timers are zero.
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c125 SYSCTL_NODE(_net, OID_AUTO, idle, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
126 "idle network monitoring");
131 "idle route monitoring");
136 "routes when doing interface idle reference counting.");

Completed in 50 milliseconds