Searched refs:nr_tests (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/riscv/hwprobe/ |
| A D | cbo.c | 201 unsigned int nr_tests; member 204 [TEST_ZICBOZ] = { .nr_tests = 3, test_zicboz }, 205 [TEST_NO_ZICBOZ] = { .nr_tests = 1, test_no_zicboz }, 206 [TEST_ZICBOM] = { .nr_tests = 3, test_zicbom }, 207 [TEST_NO_ZICBOM] = { .nr_tests = 2, test_no_zicbom }, 208 [TEST_NO_CBO_INVAL] = { .nr_tests = 1, test_no_cbo_inval }, 257 plan += tests[i].enabled ? tests[i].nr_tests : 0; in main()
|
| /tools/testing/selftests/riscv/abi/ |
| A D | pointer_masking.c | 309 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()
|
| /tools/testing/selftests/breakpoints/ |
| A D | breakpoint_test.c | 40 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()
|
| /tools/testing/selftests/mm/ |
| A D | madv_populate.c | 286 int nr_tests = 16; in main() local 292 nr_tests += 5; in main() 295 ksft_set_plan(nr_tests); in main()
|
Completed in 7 milliseconds