Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/machine/
H A Dstatic_if.h144 #define improbable_static_if(n) __improbable(({ \ macro
/xnu-11417.121.6/osfmk/kern/
H A Dassert.h124 # 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-11417.121.6/osfmk/arm/
H A Dpreemption_disable.c134 if (improbable_static_if(sched_debug_preemption_disable)) { in _disable_preemption()
/xnu-11417.121.6/osfmk/tests/
H A Dkernel_tests.c3308 if (improbable_static_if(key_true)) { in static_if_tests()
3321 if (improbable_static_if(key_true_to_false)) { in static_if_tests()
3334 if (improbable_static_if(key_false)) { in static_if_tests()
3347 if (improbable_static_if(key_false_to_true)) { in static_if_tests()