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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h198 uint32_t slow_quantum; /* minimum time quantum to coalesce slow timers */ member in struct:tcptimerlist
H A Dtcp_timer.c243 &tcp_timer_list.slow_quantum, TCP_SLOWTIMER_QUANTUM,
963 if (diff <= listp->slow_quantum)
1212 if (next_timer < listp->slow_quantum)
1213 next_timer = listp->slow_quantum;
H A Dtcp_subr.c453 tcp_timer_list.slow_quantum = TCP_SLOWTIMER_QUANTUM;

Completed in 28 milliseconds