Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/machine/
H A Dstatic_if.h131 #define probable_static_if(n) __probable(({ \ macro
/xnu-11417.121.6/osfmk/tests/
H A Dkernel_tests.c3305 if (probable_static_if(key_true)) { in static_if_tests()
3318 if (probable_static_if(key_true_to_false)) { in static_if_tests()
3331 if (probable_static_if(key_false)) { in static_if_tests()
3344 if (probable_static_if(key_false_to_true)) { in static_if_tests()