Searched refs:DTRACE_TMR6 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c1210 DTRACE_TMR6(thread_callout__start, thread_call_func_t, func, int, 0, int, (call->ttd >> 32), (unsigned) (call->ttd & 0xFFFFFFFF), (call->tc_flags & THREAD_CALL_DELAYED), call);
1216 DTRACE_TMR6(thread_callout__end, thread_call_func_t, func, int, 0, int, (call->ttd >> 32), (unsigned) (call->ttd & 0xFFFFFFFF), (call->tc_flags & THREAD_CALL_DELAYED), call);
H A Dtimer_call.c713 DTRACE_TMR6(callout__cancel, timer_call_func_t, TCE(call)->func,
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h217 #define DTRACE_TMR6(name, type1, arg1, type2, arg2, type3, arg3, arg4, arg5, arg6) \ macro

Completed in 104 milliseconds