Home
last modified time | relevance | path

Searched refs:DTRACE_BOOST3 (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dthread_policy.c2098DTRACE_BOOST3(qos_set, uint64_t, thread->thread_id, int, requested.thrp_qos, int, requested.thrp_q… in thread_set_requested_policy_spinlocked()
2818 DTRACE_BOOST3(qos_remove_override_pre, uint64_t, thread_tid(thread), in proc_thread_qos_remove_override_internal()
2855 DTRACE_BOOST3(qos_remove_override_post, int, prev_qos_override, in proc_thread_qos_remove_override_internal()
/xnu-8792.61.2/osfmk/mach/machine/
H A Dsdt.h320 #define DTRACE_BOOST3(name, type1, arg1, type2, arg2, type3, arg3) \ macro