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

/linux-master/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]);
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
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1276 static const struct test test_names[] = { variable in typeref:struct:test
1296 for (idx = 0; test_names[idx].name; idx++) {
1297 len = strlen(test_names[idx].name);
1301 if (strncmp(test, test_names[idx].name, len) != 0)
1358 for (idx = 0; test_names[idx].name; idx++) {
1359 if (strcmp(test, test_names[idx].name) == 0)
1363 if (test_names[idx].name) {
1392 printf("Running test '%s'\n", test_names[idx].name);
1393 err = test_names[idx].func(min, max);
1404 for (idx = 0; test_names[id
[all...]
/linux-master/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]);
807 snprintf(name, sizeof(name), "%s %s errs", test_names[test],

Completed in 249 milliseconds