Home
last modified time | relevance | path

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

/linux-6.12.1/samples/bpf/
Dtest_map_in_map_user.c27 static const char * const test_names[] = { variable
33 #define NR_TESTS ARRAY_SIZE(test_names)
90 printf("%s: ", test_names[i]); in test_map_in_map()
Dtc_l2_redirect.sh164 test_names="l2_to_ipip l2_to_ip6tnl"
167 test_names=$1
170 test_names=$1
173 for t in $test_names; do
/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c1434 static const struct test test_names[] = { variable
1454 for (idx = 0; test_names[idx].name; idx++) { in is_setting_valid()
1455 len = strlen(test_names[idx].name); in is_setting_valid()
1459 if (strncmp(test, test_names[idx].name, len) != 0) in is_setting_valid()
1516 for (idx = 0; test_names[idx].name; idx++) { in main()
1517 if (strcmp(test, test_names[idx].name) == 0) in main()
1521 if (test_names[idx].name) { in main()
1550 printf("Running test '%s'\n", test_names[idx].name); in main()
1551 err = test_names[idx].func(min, max); in main()
1562 for (idx = 0; test_names[idx].name; idx++) { in main()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c797 const char *test_names[] = { variable
813 snprintf(name, sizeof(name), "%s %s", test_names[test], cnt_names[cnt]); in dtime_cnt_str()
822 snprintf(name, sizeof(name), "%s %s errs", test_names[test], in dtime_err_str()