Home
last modified time | relevance | path

Searched refs:passed (Results 1 - 25 of 66) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c37 int passed; member
47 unittest_results.passed++; \
215 "Updating an existing property should have passed\n"); in of_unittest_dynamic()
223 "Updating a missing property should have passed\n"); in of_unittest_dynamic()
227 "Removing a property should have passed\n"); in of_unittest_dynamic()
237 "Adding a large property should have passed\n"); in of_unittest_dynamic()
412 bool passed = true; in of_unittest_parse_phandle_with_args() local
421 passed &= !rc; in of_unittest_parse_phandle_with_args()
422 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args()
423 passed in of_unittest_parse_phandle_with_args()
586 bool passed = true; of_unittest_parse_phandle_with_args_map() local
1223 bool passed = true; of_unittest_parse_interrupts() local
1244 bool passed = true; of_unittest_parse_interrupts() local
1300 bool passed = true; of_unittest_parse_interrupts_extended() local
3491 int passed = 1; overlay_data_apply() local
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c35 int passed; member
45 unittest_results.passed++; \
206 "Updating an existing property should have passed\n"); in of_unittest_dynamic()
214 "Updating a missing property should have passed\n"); in of_unittest_dynamic()
218 "Removing a property should have passed\n"); in of_unittest_dynamic()
228 "Adding a large property should have passed\n"); in of_unittest_dynamic()
403 bool passed = true; in of_unittest_parse_phandle_with_args() local
412 passed &= !rc; in of_unittest_parse_phandle_with_args()
413 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args()
414 passed in of_unittest_parse_phandle_with_args()
577 bool passed = true; of_unittest_parse_phandle_with_args_map() local
1037 bool passed = true; of_unittest_parse_interrupts() local
1058 bool passed = true; of_unittest_parse_interrupts() local
1114 bool passed = true; of_unittest_parse_interrupts_extended() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_harness.h132 _metadata->passed = 1; \
210 * the *self* is being passed to a helper directly.
382 if (!_metadata->passed) \
684 if (_metadata->passed && _metadata->step < 253) \
730 _metadata->passed = 0; \
742 _metadata->passed = 0; \
820 int passed; member
888 t->passed = 0; in __wait_for_test()
900 t->passed = 0; in __wait_for_test()
909 t->passed in __wait_for_test()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A Dtm-vmx-unavail.c25 int passed; variable
76 passed = 0; in worker()
96 passed = 1; in tm_vmx_unavail_test()
111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
H A Dtm-tmspr.c37 int passed = 1; variable
59 passed = 0; in tfiar_tfhar()
85 passed = 0; in texasr()
126 if (passed) in test_tmspr()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A Dtm-vmx-unavail.c24 int passed; variable
75 passed = 0; in worker()
96 passed = 1; in tm_vmx_unavail_test()
111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
H A Dtm-tmspr.c37 int passed = 1; variable
59 passed = 0; in tfiar_tfhar()
85 passed = 0; in texasr()
127 if (passed) in test_tmspr()
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h138 _metadata->passed = 1; \
219 * the *self* is being passed to a helper directly.
391 if (!_metadata->passed || _metadata->skip) \
699 if (_metadata->passed && _metadata->step < 253) \
745 _metadata->passed = 0; \
757 _metadata->passed = 0; \
835 int passed; member
916 t->passed = 0; in __wait_for_test()
928 t->passed = 0; in __wait_for_test()
937 t->passed in __wait_for_test()
[all...]
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dselftest.c112 int passed = 0; in kcsan_selftest() local
119 ++passed; \ in kcsan_selftest()
128 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest()
129 if (passed != total) in kcsan_selftest()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/tests/
H A Dunittest.h26 int passed; member
39 ++unittest_results.passed; \
59 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests()
60 unittest_results.passed, unittest_results.failed); in exec_unittests()
/kernel/linux/linux-6.6/drivers/comedi/drivers/tests/
H A Dunittest.h25 int passed; member
38 ++unittest_results.passed; \
58 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests()
59 unittest_results.passed, unittest_results.failed); in exec_unittests()
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dcommon.h50 if (_metadata->passed) \
57 _metadata->passed = 0; \
63 _metadata->passed = 1; \
66 _metadata->passed = 1; \
70 _metadata->passed = 0; \
H A Dptrace_test.c317 if (!_metadata->passed) in TEST_F()
378 _exit(_metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE); in TEST_F()
435 _metadata->passed = 0; in TEST_F()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank_work.c39 * particular vblank has passed, and then executes the work at realtime
113 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local
139 passed = drm_vblank_passed(cur_vbl, count); in drm_vblank_work_schedule()
140 if (passed) in drm_vblank_work_schedule()
142 "crtc %d vblank %llu already passed (current %llu)\n", in drm_vblank_work_schedule()
145 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vblank_work.c39 * particular vblank has passed, and then executes the work at realtime
113 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local
139 passed = drm_vblank_passed(cur_vbl, count); in drm_vblank_work_schedule()
140 if (passed) in drm_vblank_work_schedule()
142 "crtc %d vblank %llu already passed (current %llu)\n", in drm_vblank_work_schedule()
145 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c14 bool passed; member
39 tst_ctx->passed = true; in on_sample()
66 test_ctx.passed = false; in run_xdp_bpf2bpf_pkt_size()
93 ASSERT_TRUE(test_ctx.passed, "test passed"); in run_xdp_bpf2bpf_pkt_size()
H A Dkfree_skb.c67 bool passed = false; in serial_test_kfree_skb() local
98 on_sample, NULL, &passed, NULL); in serial_test_kfree_skb()
115 ASSERT_TRUE(passed, "passed"); in serial_test_kfree_skb()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c44 bool passed = false; in test_xdp_bpf2bpf() local
90 pb_opts.ctx = &passed; in test_xdp_bpf2bpf()
113 CHECK_FAIL(!passed); in test_xdp_bpf2bpf()
H A Dkfree_skb.c71 bool passed = false; in test_kfree_skb() local
117 pb_opts.ctx = &passed; in test_kfree_skb()
137 CHECK_FAIL(!passed); in test_kfree_skb()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dselftest.c243 int passed = 0; in kcsan_selftest() local
250 ++passed; \ in kcsan_selftest()
259 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest()
260 if (passed != total) in kcsan_selftest()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py63 """Returns true if the status was ok, i.e. passed or skipped."""
81 passed: int = 0
89 statuses = [('passed', self.passed), ('failed', self.failed),
99 return (self.passed + self.failed + self.crashed +
112 self.passed += counts.passed
129 if self.passed:
138 self.passed += 1
/kernel/linux/linux-6.6/lib/kunit/
H A Dtest.c80 unsigned long passed; member
107 stats.passed, in kunit_print_test_stats()
588 suite_stats.passed, in kunit_print_suite_stats()
597 param_stats.passed, in kunit_print_suite_stats()
609 stats->passed++; in kunit_update_stats()
625 total->passed += add.passed; in kunit_accumulate_stats()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dtest_emulate_step.c1364 bool ignore_gpr, ignore_xer, ignore_ccr, passed, rc, negative; in run_tests_compute() local
1381 passed = true; in run_tests_compute()
1396 passed = rc; in run_tests_compute()
1399 passed = false; in run_tests_compute()
1407 passed = false; in run_tests_compute()
1414 passed = false; in run_tests_compute()
1420 passed = false; in run_tests_compute()
1426 passed = false; in run_tests_compute()
1433 passed ? "PASS" : "FAIL"); in run_tests_compute()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dtest_emulate_step.c1659 bool ignore_gpr, ignore_xer, ignore_ccr, passed, rc, negative; in run_tests_compute() local
1676 passed = true; in run_tests_compute()
1691 passed = rc; in run_tests_compute()
1694 passed = false; in run_tests_compute()
1702 passed = false; in run_tests_compute()
1709 passed = false; in run_tests_compute()
1715 passed = false; in run_tests_compute()
1721 passed = false; in run_tests_compute()
1728 passed ? "PASS" : "FAIL"); in run_tests_compute()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c1068 ret ? "passed" : "failed", in intel_dp_link_train_phy()
1322 bool passed = false; in intel_dp_128b132b_link_train() local
1331 passed = true; in intel_dp_128b132b_link_train()
1335 passed ? "passed" : "failed", in intel_dp_128b132b_link_train()
1338 return passed; in intel_dp_128b132b_link_train()
1355 bool passed; in intel_dp_start_link_train() local
1370 passed = intel_dp_128b132b_link_train(intel_dp, crtc_state, lttpr_count); in intel_dp_start_link_train()
1372 passed = intel_dp_link_train_all_phys(intel_dp, crtc_state, lttpr_count); in intel_dp_start_link_train()
1386 if (!passed in intel_dp_start_link_train()
[all...]

Completed in 22 milliseconds

123