Home
last modified time | relevance | path

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

/linux/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
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c2347 static const struct test test_names[] = {
2367 for (idx = 0; test_names[idx].name; idx++) {
2368 len = strlen(test_names[idx].name);
2372 if (strncmp(test, test_names[idx].name, len) != 0)
2429 for (idx = 0; test_names[idx].name; idx++) {
2430 if (strcmp(test, test_names[idx].name) == 0)
2434 if (test_names[idx].name) {
2463 printf("Running test '%s'\n", test_names[idx].name);
2464 err = test_names[idx].func(min, max);
2475 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 Dtc_redirect.c818 const char *test_names[] = { variable
834 snprintf(name, sizeof(name), "%s %s", test_names[test], cnt_names[cnt]); in dtime_cnt_str()
843 snprintf(name, sizeof(name), "%s %s errs", test_names[test], in dtime_err_str()
/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c2633 static const char *const test_names[] = { in TEST_F()
2660 print_benchmark_results(test_names[i], test_sizes[i], in TEST_F()
2921 static const char *const test_names[] = { global() variable