Home
last modified time | relevance | path

Searched refs:timer_call_func_t (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dtimer_call.h68 typedef void (*timer_call_func_t)( typedef
78 timer_call_func_t tc_func;
153 timer_call_func_t func,
161 timer_call_func_t func,
H A Dtimer_call.c282 timer_call_func_t func, in timer_call_setup()
298 timer_call_func_t func, in timer_call_alloc()
710 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal()
818 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel()
964 timer_call_func_t func; in timer_queue_expire_with_options()
1007 DTRACE_TMR7(callout__start, timer_call_func_t, func, in timer_queue_expire_with_options()
1020 DTRACE_TMR4(callout__end, timer_call_func_t, func, in timer_queue_expire_with_options()
1975 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before()
2008 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel()
2029 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry()
[all …]
H A Dclock_oldops.c197 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL); in clock_oldconfig()
H A Dprocessor.c149 static timer_call_func_t running_timer_funcs[] = {
/xnu-8796.121.2/bsd/kern/
H A Dkern_ntptime.c829 timer_call_setup(&ntp_loop_update, (timer_call_func_t)ntp_loop_update_call, NULL); in init_ntp_loop()