Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/
H A Dkselftest_harness.h79 #define KSELFTEST_PRIO_TEST 20000 macro
197 static void __attribute__((constructor(KSELFTEST_PRIO_TEST))) _register_##test_name(void) \
241 static void __attribute__((constructor(KSELFTEST_PRIO_TEST))) \
367 static void __attribute__((constructor(KSELFTEST_PRIO_TEST))) \
471 static void __attribute__((constructor(KSELFTEST_PRIO_TEST))) \
1327 static void __attribute__((constructor(KSELFTEST_PRIO_TEST))) __constructor_order_first(void) in __constructor_order_first()