Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dsyscall_tp_user.c48 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 = 1; in main() local
143 nr_tests = atoi(optarg); in main()
154 return test(filename, nr_tests); in main()
/linux/tools/testing/selftests/riscv/abi/
H A Dpointer_masking.c309 unsigned int nr_tests; member
312 { .nr_tests = 17 * 3, test_pmlen },
313 { .nr_tests = 3, test_dereference },
314 { .nr_tests = 2, test_fork_exec },
315 { .nr_tests = 2, test_tagged_addr_abi_sysctl },
316 { .nr_tests = 3, test_tagged_addr_abi },
340 plan += tests[i].nr_tests; in main()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c278 unsigned int nr_tests; member
281 [TEST_ZICBOZ] = { .nr_tests = 3, test_zicboz },
282 [TEST_NO_ZICBOZ] = { .nr_tests = 1, test_no_zicboz },
283 [TEST_ZICBOM] = { .nr_tests = 3, test_zicbom },
284 [TEST_NO_ZICBOM] = { .nr_tests = 2, test_no_zicbom },
285 [TEST_NO_CBO_INVAL] = { .nr_tests = 1, test_no_cbo_inval },
286 [TEST_ZICBOP] = { .nr_tests = 3, test_zicbop },
364 plan += tests[i].enabled ? tests[i].nr_tests : 0; in main()
/linux/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()
/linux/tools/testing/selftests/mm/
H A Dmadv_populate.c269 int nr_tests = 16; in main() local
275 nr_tests += 5; in main()
278 ksft_set_plan(nr_tests); in main()