Searched refs:__constructor_order (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/drivers/s390x/uvdevice/
H A Dtest_uvdevice.c262 if (!__constructor_order)
263 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD;
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h449 if (!__constructor_order) \
450 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
782 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { \
845 static int __constructor_order; variable
900 * __constructor_order to detect which direction is called first
1279 if (!__constructor_order)
1280 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD;
/linux-master/tools/testing/selftests/rtc/
H A Drtctest.c416 if (!__constructor_order)
417 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD;
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c858 if (!__constructor_order)
859 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD;

Completed in 170 milliseconds