Searched refs:__scx_num_tests (Results 1 – 1 of 1) sorted by relevance
35 static unsigned __scx_num_tests = 0; variable 157 for (i = 0; i < __scx_num_tests; i++) { in main() 163 if (i == (__scx_num_tests - 1)) in main() 209 SCX_BUG_ON(__scx_num_tests >= MAX_SCX_TESTS, "Maximum tests exceeded"); in scx_test_register() 211 __scx_tests[__scx_num_tests++] = *test; in scx_test_register()