Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Drunner.c31 #define MAX_SCX_TESTS 2048 macro
33 static struct scx_test __scx_tests[MAX_SCX_TESTS];
198 SCX_BUG_ON(__scx_num_tests >= MAX_SCX_TESTS, "Maximum tests exceeded"); in scx_test_register()