Searched refs:test_names (Results 1 – 5 of 5) sorted by relevance
| /linux/samples/bpf/ |
| H A D | test_map_in_map_user.c | 27 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()
|
| H A D | tc_l2_redirect.sh | 164 test_names="l2_to_ipip l2_to_ip6tnl" 167 test_names=$1 170 test_names=$1 173 for t in $test_names; do
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1949 static const struct test test_names[] = { in main() 1969 for (idx = 0; test_names[idx].name; idx++) { in main() 1970 len = strlen(test_names[idx].name); in main() 1974 if (strncmp(test, test_names[idx].name, len) != 0) in main() 2031 for (idx = 0; test_names[idx].name; idx++) { 2032 if (strcmp(test, test_names[idx].name) == 0) 2036 if (test_names[idx].name) { 2065 printf("Running test '%s'\n", test_names[idx].name); 2066 err = test_names[idx].func(min, max); 2077 for (idx = 0; test_names[id 1865 static const struct test test_names[] = { global() variable [all...] |
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_redirect.c | 798 const char *test_names[] = { 814 snprintf(name, sizeof(name), "%s %s", test_names[test], cnt_names[cnt]); in dtime_cnt_str() 823 snprintf(name, sizeof(name), "%s %s errs", test_names[test], in dtime_err_str() 797 const char *test_names[] = { global() variable
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hmm-tests.c | 2828 static const char *const test_names[] = { variable 2851 print_benchmark_results(test_names[i], test_sizes[i],
|