Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/samples/bpf/
H A Dsyscall_tp_user.c20 printf("USAGE: %s [-i nr_tests] [-h]\n", cmd); in usage()
21 printf(" -i nr_tests # rounds of test to run\n"); in usage()
48 static int test(char *filename, int nr_tests) in test() argument
50 int map0_fds[nr_tests], map1_fds[nr_tests], fd, i, j = 0; in test()
52 struct bpf_object *objs[nr_tests]; in test()
55 for (i = 0; i < nr_tests; i++) { in test()
70 links = calloc(nr_progs * nr_tests, sizeof(struct bpf_link *)); in test()
117 for (i = 0; i < nr_tests; i++) { in test()
137 int opt, nr_tests in main() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c40 static int nr_tests; variable
144 nr_tests++; in check_trapped()
277 &nr_tests, 0); in check_success()
278 if (child_nr_tests == nr_tests) in check_success()
284 nr_tests++; in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c40 static int nr_tests; variable
144 nr_tests++; in check_trapped()
277 &nr_tests, 0); in check_success()
278 if (child_nr_tests == nr_tests) in check_success()
284 nr_tests++; in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmadv_populate.c286 int nr_tests = 16; in main() local
292 nr_tests += 5; in main()
295 ksft_set_plan(nr_tests); in main()

Completed in 4 milliseconds