Home
last modified time | relevance | path

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.c404 int64_t now, sched_active, sched_cur, sched_new; in tcp_time_wait_collector() local
536 sched_new = sched_cur + MSEC_TO_TICK(TCP_TIME_WAIT_DELAY); in tcp_time_wait_collector()
543 sched_new += MSEC_TO_TICK(TCP_TIME_WAIT_DELAY); in tcp_time_wait_collector()
554 if (sched_new <= now) { in tcp_time_wait_collector()
560 sched_cur = sched_new; in tcp_time_wait_collector()
562 tcp_squeue_priv_t *, tsp, int64_t, sched_new, int64_t, now); in tcp_time_wait_collector()
580 tsp->tcp_time_wait_schedule = sched_new; in tcp_time_wait_collector()
584 TICK_TO_NSEC(sched_new - now), in tcp_time_wait_collector()