Home
last modified time | relevance | path

Searched refs:DTRACE_TMR4 (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dtimer_call.c1020 DTRACE_TMR4(callout__end, timer_call_func_t, func, in timer_queue_expire_with_options()
2040 DTRACE_TMR4(callout__end, timer_call_func_t, call->tc_func, in timer_call_trace_expire_return()
H A Dthread_call.c1375 DTRACE_TMR4(thread_callout__cancel, thread_call_func_t, call->tc_func, in thread_call_cancel_locked()
/xnu-10002.1.13/osfmk/mach/machine/
H A Dsdt.h134 #define DTRACE_TMR4(name, type1, arg1, arg2, arg3, arg4) \ macro