Home
last modified time | relevance | path

Searched refs:test_names (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_map_in_map_user.c26 static const char * const test_names[] = { variable
32 #define NR_TESTS (sizeof(test_names) / sizeof(*test_names))
89 printf("%s: ", test_names[i]); in test_map_in_map()
H A Dtc_l2_redirect.sh161 test_names="l2_to_ipip l2_to_ip6tnl"
164 test_names=$1
167 test_names=$1
170 for t in $test_names; do
/kernel/linux/linux-6.6/samples/bpf/
H A 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()
H A 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
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1221 static const struct test test_names[] = { variable
1241 for (idx = 0; test_names[idx].name; idx++) { in is_setting_valid()
1242 len = strlen(test_names[idx].name); in is_setting_valid()
1246 if (strncmp(test, test_names[idx].name, len) != 0) in is_setting_valid()
1303 for (idx = 0; test_names[idx].name; idx++) { in main()
1304 if (strcmp(test, test_names[idx].name) == 0) in main()
1308 if (test_names[idx].name) { in main()
1337 printf("Running test '%s'\n", test_names[idx].name); in main()
1338 err = test_names[idx].func(min, max); in main()
1349 for (idx = 0; test_names[id in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c782 const char *test_names[] = { variable
798 snprintf(name, sizeof(name), "%s %s", test_names[test], cnt_names[cnt]); in dtime_cnt_str()
807 snprintf(name, sizeof(name), "%s %s errs", test_names[test], in dtime_err_str()

Completed in 6 milliseconds