Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c220 if (!__constructor_order) in __constructor_order_last()
221 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; in __constructor_order_last()