Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/
A Dkselftest_harness.h423 if (!__constructor_order) \
424 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
761 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { \
793 static int __constructor_order; variable
1064 if (!__constructor_order) in __constructor_order_first()
1065 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD; in __constructor_order_first()
/linux/tools/testing/selftests/rtc/
A Drtctest.c319 if (!__constructor_order) in __constructor_order_last()
320 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; in __constructor_order_last()

Completed in 9 milliseconds