Home
last modified time | relevance | path

Searched refs:timer_start (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_timer.h238 uint32_t timer_start; /* tcp clock when the timer was started */ member
331 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
H A Dtcp_timer.c867 tp->tentry.timer_start = tcp_now; in tcp_canceltimers()
2058 diff = timer_diff(tp->tentry.timer_start, in tcp_run_conn_timer()
2075 tp->tentry.timer_start = tcp_now; in tcp_run_conn_timer()
2080 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()
2438 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
H A Dtcp_subr.c1159 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
/xnu-8020.140.41/osfmk/kern/
H A Dtimer.h117 void timer_start(timer_t timer, uint64_t tstamp);
H A Dstartup.c964 timer_start(&thread->system_timer, processor->last_dispatch); in load_context()
967 timer_start(&processor->system_state, processor->last_dispatch); in load_context()
972 timer_start(&thread->ptime, processor->last_dispatch); in load_context()
H A Dtimer.c106 timer_start(timer_t timer, uint64_t tstamp) in timer_start() function
H A Dsched_prim.c832 timer_start(&thread->runnable_timer, ctime); in thread_unblock()
/xnu-8020.140.41/osfmk/arm/
H A Dmachine_routines.c1176 timer_start(pd->current_state, now); in timer_state_event()
1180 timer_start(pd->thread_timer, now); in timer_state_event()
/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c2273 timer_start(pd->current_state, now); in timer_state_event()
2277 timer_start(pd->thread_timer, now); in timer_state_event()