Searched refs:timer_call_func_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | timer_call.h | 68 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 D | timer_call.c | 282 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 D | clock_oldops.c | 197 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL); in clock_oldconfig()
|
| H A D | processor.c | 149 static timer_call_func_t running_timer_funcs[] = {
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | kern_ntptime.c | 829 timer_call_setup(&ntp_loop_update, (timer_call_func_t)ntp_loop_update_call, NULL); in init_ntp_loop()
|