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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c403 int64_t now, sched_active, sched_cur, sched_new; local
535 sched_new = sched_cur + MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
542 sched_new += MSEC_TO_TICK(TCP_TIME_WAIT_DELAY);
553 if (sched_new <= now) {
559 sched_cur = sched_new;
561 tcp_squeue_priv_t *, tsp, int64_t, sched_new, int64_t, now);
579 tsp->tcp_time_wait_schedule = sched_new;
583 TICK_TO_NSEC(sched_new - now),

Completed in 317 milliseconds