Searched refs:timer_start (Results 1 – 6 of 6) sorted by relevance
238 uint32_t timer_start; /* tcp clock when the timer was started */ member331 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
868 tp->tentry.timer_start = tcp_now; in tcp_canceltimers()2062 diff = timer_diff(tp->tentry.timer_start, in tcp_run_conn_timer()2079 tp->tentry.timer_start = tcp_now; in tcp_run_conn_timer()2084 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()2442 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
1159 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
96 void timer_start(timer_t timer, uint64_t tstamp);
92 timer_start(timer_t timer, uint64_t tstamp) in timer_start() function
866 timer_start(&thread->runnable_timer, ctime); in thread_unblock()