/linux-6.6.21/tools/testing/kunit/test_data/ |
D | test_is_test_passed-all_passed.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 27 # example_simple_test: example_simple_test passed [all …]
|
D | test_is_test_passed-missing_plan.log | 3 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 5 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 7 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 9 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 11 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 13 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 15 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 17 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 19 kunit sysctl_test: all tests passed 25 # example_simple_test: example_simple_test passed [all …]
|
D | test_is_test_passed-all_passed_nested.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 11 # example_simple_test: example_simple_test passed 14 # example_mock_test: example_mock_test passed 16 kunit example: all tests passed 18 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 20 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 22 kunit sysctl_test: all tests passed 28 # example_simple_test: example_simple_test passed 31 # example_mock_test: example_mock_test passed 33 kunit example: all tests passed
|
D | test_is_test_passed-failure.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 34 # example_mock_test: example_mock_test passed
|
D | test_strip_hyphen.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 kunit sysctl_test: all tests passed 13 # example_simple_test: example_simple_test passed 15 kunit example: all tests passed
|
/linux-6.6.21/drivers/of/ |
D | unittest.c | 37 int passed; member 47 unittest_results.passed++; \ 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 &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 426 passed &= !rc; in of_unittest_parse_phandle_with_args() 427 passed &= (args.args_count == 2); in of_unittest_parse_phandle_with_args() 428 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 429 passed &= (args.args[1] == 0); in of_unittest_parse_phandle_with_args() [all …]
|
/linux-6.6.21/Documentation/misc-devices/ |
D | pci-endpoint-test.rst | 32 should be passed as argument. 37 to be tested should be passed as argument. 40 to be tested should be passed as argument. 43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 47 Perform write tests. The size of the buffer should be passed 50 Perform read tests. The size of the buffer should be passed 53 Perform read tests. The size of the buffer should be passed
|
/linux-6.6.21/tools/testing/selftests/ |
D | kselftest_harness.h | 138 _metadata->passed = 1; \ 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 = 0; in __wait_for_test() 943 t->passed = 1; in __wait_for_test() [all …]
|
/linux-6.6.21/tools/testing/selftests/powerpc/tm/ |
D | tm-vmx-unavail.c | 24 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()
|
D | tm-tmspr.c | 37 int passed = 1; variable 59 passed = 0; in tfiar_tfhar() 85 passed = 0; in texasr() 127 if (passed) in test_tmspr()
|
/linux-6.6.21/drivers/comedi/drivers/tests/ |
D | unittest.h | 25 int passed; member 38 ++unittest_results.passed; \ 59 unittest_results.passed, unittest_results.failed); in exec_unittests()
|
/linux-6.6.21/tools/testing/selftests/landlock/ |
D | common.h | 50 if (_metadata->passed) \ 57 _metadata->passed = 0; \ 63 _metadata->passed = 1; \ 66 _metadata->passed = 1; \ 70 _metadata->passed = 0; \
|
D | ptrace_test.c | 317 if (!_metadata->passed) in TEST_F() 378 _exit(_metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE); in TEST_F() 435 _metadata->passed = 0; in TEST_F()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_bpf2bpf.c | 14 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()
|
D | kfree_skb.c | 67 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()
|
/linux-6.6.21/tools/testing/selftests/powerpc/eeh/ |
D | eeh-vf-aware.sh | 17 passed=0 34 passed="$((passed + 1))"
|
/linux-6.6.21/Documentation/arch/loongarch/ |
D | booting.rst | 10 Information passed from BootLoader to kernel 13 LoongArch supports ACPI and FDT. The information that needs to be passed 17 The kernel is passed the following arguments on `kernel_entry` :
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_vblank_work.c | 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() 145 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
|
/linux-6.6.21/Documentation/arch/s390/ |
D | vfio-ap-locking.rst | 72 device driver is using it to plug/unplug AP devices passed through to the KVM 78 AP devices passed through to a KVM guest. 81 if the adapter is passed through to a KVM guest, it will have to be 82 unplugged. In order to figure out whether the adapter is passed through, 85 the mediated device is passed through (matrix_mdev->kvm != NULL) and if so, 89 pointer is not used to plug/unplug devices passed through to the KVM guest;
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 123 hardware performs emergency shutdown. Zero can be passed to disable 130 Zero can be passed to disable error detection and value '1' indicates 136 damaged. Recovery actions should be initiated. Zero can be passed to 142 hardware performs emergency shutdown. Zero can be passed to disable 150 Zero can be passed to disable error detection and value '1' indicates 157 damaged. Recovery actions should be initiated. Zero can be passed to 164 hardware performs emergency shutdown. Zero can be passed to disable 172 Zero can be passed to disable error detection and value '1' indicates 179 it gets damaged. Recovery actions should be initiated. Zero can be passed 186 hardware performs emergency shutdown. Zero can be passed to disable [all …]
|
/linux-6.6.21/kernel/kcsan/ |
D | selftest.c | 243 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()
|
/linux-6.6.21/lib/kunit/ |
D | test.c | 80 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()
|
/linux-6.6.21/tools/testing/kunit/ |
D | kunit_parser.py | 81 passed: int = 0 variable in TestCounts 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
|
/linux-6.6.21/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 14 The module parameter ''path'' can be passed to the firmware_class module 16 only be up to 256 characters long. The kernel parameter passed would be:
|
/linux-6.6.21/Documentation/infiniband/ |
D | tag_matching.rst | 51 pre-posted receive for this arriving message, it is passed to the software and 63 pre-posted receive to this list, this receive is passed to the hardware. 67 list is used to detect the case that a pre-posted receive is passed to the 68 hardware, as the matching unexpected message is being passed from the hardware
|