Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c25 } all_tests[] = { variable
396 for (test = all_tests; test->descr; test++) { in test_vphn()
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_deps.sh176 all_tests
183 all_tests() function
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_deps.sh174 all_tests
181 all_tests() function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c25 } all_tests[] = { variable
396 for (test = all_tests; test->descr; test++) { in test_vphn()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Drxtimestamp.c356 bool all_tests = true; in main() local
377 all_tests = false; in main()
415 if (!all_tests && !test_cases[t].enabled) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Drxtimestamp.c356 bool all_tests = true; in main() local
377 all_tests = false; in main()
415 if (!all_tests && !test_cases[t].enabled) in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh46 declare -A all_tests
3537 for key in "${!all_tests[@]}"; do
3538 echo " -${key} ${all_tests[${key}]}"
3584 all_tests[${key}]="${value}"
3591 tests+=("${all_tests[${opt}]}")

Completed in 6 milliseconds