Home
last modified time | relevance | path

Searched refs:success_tests (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgrp_kfunc.c83 static const char * const success_tests[] = {
166 for (i = 0; i < ARRAY_SIZE(success_tests); i++) {
167 if (!test__start_subtest(success_tests[i]))
170 run_success_test(success_tests[i]);
81 static const char * const success_tests[] = { global() variable
H A Ddynptr.c19 } success_tests[] = { variable
188 for (i = 0; i < ARRAY_SIZE(success_tests); i++) { in test_dynptr()
189 if (!test__start_subtest(success_tests[i].prog_name)) in test_dynptr()
192 verify_success(success_tests[i].prog_name, success_tests[i].type); in test_dynptr()
H A Duser_ringbuf.c671 } success_tests[] = { variable
693 for (i = 0; i < ARRAY_SIZE(success_tests); i++) { in test_user_ringbuf()
694 if (!test__start_subtest(success_tests[i].test_name)) in test_user_ringbuf()
697 success_tests[i].test_callback(); in test_user_ringbuf()