Searched refs:timer_start (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | tcp_timer.h | 238 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 D | tcp_timer.c | 867 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 D | tcp_subr.c | 1159 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | timer.h | 117 void timer_start(timer_t timer, uint64_t tstamp);
|
| H A D | startup.c | 964 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 D | timer.c | 106 timer_start(timer_t timer, uint64_t tstamp) in timer_start() function
|
| H A D | sched_prim.c | 832 timer_start(&thread->runnable_timer, ctime); in thread_unblock()
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | machine_routines.c | 1176 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 D | machine_routines.c | 2273 timer_start(pd->current_state, now); in timer_state_event() 2277 timer_start(pd->thread_timer, now); in timer_state_event()
|