Home
last modified time | relevance | path

Searched refs:sched_cur (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
436 sched_cur = sched_active = tsp->tcp_time_wait_schedule; in tcp_time_wait_collector()
470 idx = TW_BUCKET(sched_cur - 1); in tcp_time_wait_collector()
536 sched_new = sched_cur + MSEC_TO_TICK(TCP_TIME_WAIT_DELAY); in tcp_time_wait_collector()
560 sched_cur = sched_new; in tcp_time_wait_collector()