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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c229 int idle, sendalot, lost = 0; local
256 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
257 if (idle && tp->t_rcvtime >= tp->t_rxtcur) {
259 * We have been idle for "a while" and no acks are
281 if (idle) {
284 idle = 0;
631 * either idle or running NODELAY
643 (idle || tp->t_flags & TF_NODELAY || tp->t_flags & TF_MAXSEGSNT) &&
730 * idle not doing retransmits or persists
740 * The output side is idle whe
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s1083 lis r2,hi16(TH_IDLE) ; Get thread idle state
1084 ori r2,r2,lo16(TH_IDLE) ; Get thread idle state
1086 and. r10,r10,r2 ; Is idle set?

Completed in 25 milliseconds