Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dpreemption_disable.c134 if (improbable_static_if(sched_debug_preemption_disable)) { in _disable_preemption()
199 if (improbable_static_if(sched_debug_preemption_disable)) { in _enable_preemption()
/xnu-12377.1.9/osfmk/machine/
H A Dstatic_if.h148 #define improbable_static_if(n) __improbable(({ \ macro
/xnu-12377.1.9/osfmk/kern/
H A Dassert.h134 # define mach_assert_enabled() improbable_static_if(mach_assert)
H A Dlock_rw.h200 #define lck_rw_assert_enabled() improbable_static_if(lck_rw_assert)
/xnu-12377.1.9/osfmk/tests/
H A Dkernel_tests.c3311 if (improbable_static_if(key_true)) { in static_if_tests()
3324 if (improbable_static_if(key_true_to_false)) { in static_if_tests()
3337 if (improbable_static_if(key_false)) { in static_if_tests()
3350 if (improbable_static_if(key_false_to_true)) { in static_if_tests()