Searched refs:DTRACE_SCHED2 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/mach/machine/
H A Dsdt.h162 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \ macro
351 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) do {} while (0) macro
/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.c938 DTRACE_SCHED2(iwakeup, struct thread *, thread, struct proc *, thread->task->bsd_info);
980 DTRACE_SCHED2(wakeup, struct thread *, thread, struct proc *, thread->task->bsd_info);
2316 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, thread->task->bsd_info);
2430 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, thread->task->bsd_info);

Completed in 25 milliseconds