Lines Matching refs:runtime

1929 need_to_resched_timerlist(u_int32_t runtime, u_int16_t mode)  in need_to_resched_timerlist()  argument
1947 diff = timer_diff(listp->runtime, 0, runtime, 0); in need_to_resched_timerlist()
1978 listp->runtime = tcp_now + offset; in tcp_sched_timerlist()
1980 if (listp->runtime == 0) { in tcp_sched_timerlist()
1981 listp->runtime++; in tcp_sched_timerlist()
2053 diff = timer_diff(tp->tentry.runtime, 0, tcp_now, 0); in tcp_run_conn_timer()
2099 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()
2101 if (tp->tentry.runtime == 0) { in tcp_run_conn_timer()
2102 tp->tentry.runtime++; in tcp_run_conn_timer()
2153 int32_t drift = tcp_now - listp->runtime; in tcp_run_timerlist()
2178 uint32_t runtime = te->runtime; in tcp_run_timerlist() local
2185 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2187 offset = timer_diff(runtime, 0, tcp_now, 0); in tcp_run_timerlist()
2335 offset = timer_diff(te->runtime, 0, tcp_now, 0); in tcp_sched_timers()
2367 if (need_to_resched_timerlist(te->runtime, mode)) { in tcp_sched_timers()
2391 diff = timer_diff(listp->runtime, 0, in tcp_sched_timers()
2451 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
2453 if (tp->tentry.runtime == 0) { in tcp_set_lotimer_index()
2454 tp->tentry.runtime++; in tcp_set_lotimer_index()
2767 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_interface_send_probe()
2807 tp->tentry.runtime = tcp_now + in tcp_enable_read_probe()
2813 diff = timer_diff(tp->tentry.runtime, 0, in tcp_enable_read_probe()
2817 tp->tentry.runtime = tcp_now + in tcp_enable_read_probe()
2819 if (tp->tentry.runtime == 0) { in tcp_enable_read_probe()
2820 tp->tentry.runtime++; in tcp_enable_read_probe()
2906 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_probe_connectivity()