Searched refs:timer_call_func_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/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 | 253 timer_call_func_t func, in timer_call_setup() 269 timer_call_func_t func, in timer_call_alloc() 681 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_enter_internal() 789 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_cancel() 907 timer_call_func_t func; in timer_queue_expire_with_options() 950 DTRACE_TMR7(callout__start, timer_call_func_t, func, in timer_queue_expire_with_options() 963 DTRACE_TMR4(callout__end, timer_call_func_t, func, in timer_queue_expire_with_options() 1865 DTRACE_TMR7(callout__create, timer_call_func_t, call->tc_func, in timer_call_trace_enter_before() 1898 DTRACE_TMR6(callout__cancel, timer_call_func_t, call->tc_func, in timer_call_trace_cancel() 1919 DTRACE_TMR7(callout__start, timer_call_func_t, call->tc_func, in timer_call_trace_expire_entry() [all …]
|
| H A D | clock_oldops.c | 200 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-8020.121.3/bsd/kern/ |
| H A D | kern_ntptime.c | 830 timer_call_setup(&ntp_loop_update, (timer_call_func_t)ntp_loop_update_call, NULL); in init_ntp_loop()
|