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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.h56 typedef void (*timer_call_func_t)( typedef
83 timer_call_func_t func,
H A Dtimer_call.c119 timer_call_func_t func,
415 DTRACE_TMR6(callout__cancel, timer_call_func_t, CE(call)->func,
486 timer_call_func_t func;
511 DTRACE_TMR6(callout__start, timer_call_func_t, func,
526 DTRACE_TMR3(callout__end, timer_call_func_t, func,
H A Dclock.c162 timer_call_setup(&calend_adjcall, (timer_call_func_t)calend_adjust_call, NULL);
H A Dclock_oldops.c182 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c283 typedef void (*timer_call_func_t)( typedef
290 timer_call_func_t func;
305 timer_call_func_t func,

Completed in 33 milliseconds