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

/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c25 } all_tests[] = { variable in typeref:struct:test
396 for (test = all_tests; test->descr; test++) {
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh174 all_tests
181 all_tests() function
/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c356 bool all_tests = true; local
377 all_tests = false;
415 if (!all_tests && !test_cases[t].enabled)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh46 declare -A all_tests
3642 for key in "${!all_tests[@]}"; do
3643 echo " -${key} ${all_tests[${key}]}"
3689 all_tests[${key}]="${value}"
3696 tests+=("${all_tests[${opt}]}")

Completed in 338 milliseconds