Home
last modified time | relevance | path

Searched refs:__constructor_order (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/
Dkselftest_harness.h333 if (!__constructor_order) \
334 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
644 static int __constructor_order; variable
668 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { in __register_test()
775 if (!__constructor_order) in __constructor_order_first()
776 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD; in __constructor_order_first()
/external/seccomp-tests/linux/
Dtest_harness.h306 if (!__constructor_order) \
307 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
413 static int __constructor_order; variable
437 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { in __register_test()
535 if (!__constructor_order) in __constructor_order_first()
536 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD; in __constructor_order_first()
/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c222 if (!__constructor_order) in __constructor_order_last()
223 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; in __constructor_order_last()