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)
884 tp->tentry.timer_start = tcp_now; in tcp_canceltimers()2080 diff = timer_diff(tp->tentry.timer_start, in tcp_run_conn_timer()2097 tp->tentry.timer_start = tcp_now; in tcp_run_conn_timer()2102 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()2460 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
1154 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
890 timer_start(&thread->runnable_timer, ctime); in thread_unblock()