Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/seccomp/
Dtest_harness.h301 if (!__constructor_order) \
302 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
408 static int __constructor_order; variable
432 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { in __register_test()
530 if (!__constructor_order) in __constructor_order_first()
531 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD; in __constructor_order_first()