Home
last modified time | relevance | path

Searched refs:STATIC_IF_KEY_DECLARE_TRUE (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dsched_hygiene.h55 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_pmc);
56 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_preemption_disable);
58 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_interrupt_disable);
H A Dassert.h133 STATIC_IF_KEY_DECLARE_TRUE(mach_assert);
H A Dlock_rw.h198 STATIC_IF_KEY_DECLARE_TRUE(lck_rw_assert);
H A Dkalloc.h206 STATIC_IF_KEY_DECLARE_TRUE(kexts_enroll_data_shared);
/xnu-12377.1.9/osfmk/machine/
H A Dstatic_if.h75 #define STATIC_IF_KEY_DECLARE_TRUE(name) \ macro