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

/linux-master/samples/bpf/
H A Dsyscall_tp_user.c20 printf("USAGE: %s [-i nr_tests] [-h]\n", cmd);
21 printf(" -i nr_tests # rounds of test to run\n");
48 static int test(char *filename, int nr_tests) argument
50 int map0_fds[nr_tests], map1_fds[nr_tests], fd, i, j = 0;
52 struct bpf_object *objs[nr_tests];
55 for (i = 0; i < nr_tests; i++) {
70 links = calloc(nr_progs * nr_tests, sizeof(struct bpf_link *));
117 for (i = 0; i < nr_tests; i++) {
137 int opt, nr_tests local
[all...]
/linux-master/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c40 static int nr_tests; variable
144 nr_tests++;
277 &nr_tests, 0);
278 if (child_nr_tests == nr_tests)
284 nr_tests++;
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c167 unsigned int nr_tests; member in struct:test_info
170 [TEST_ZICBOZ] = { .nr_tests = 3, test_zicboz },
171 [TEST_NO_ZICBOZ] = { .nr_tests = 1, test_no_zicboz },
172 [TEST_NO_ZICBOM] = { .nr_tests = 3, test_no_zicbom },
213 plan += tests[i].enabled ? tests[i].nr_tests : 0;
/linux-master/tools/testing/selftests/mm/
H A Dmadv_populate.c286 int nr_tests = 16; local
292 nr_tests += 5;
295 ksft_set_plan(nr_tests);

Completed in 97 milliseconds