| /linux-6.15/tools/testing/kunit/test_data/ |
| H A 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 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 30 # example_mock_test: example_mock_test passed [all …]
|
| H A 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 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 28 # example_mock_test: example_mock_test passed [all …]
|
| H A 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
|
| H A 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
|
| H A 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.15/drivers/of/ |
| H A D | unittest.c | 37 int passed; member 425 passed &= !rc; in of_unittest_parse_phandle_with_args() 430 passed &= !rc; in of_unittest_parse_phandle_with_args() 439 passed &= !rc; in of_unittest_parse_phandle_with_args() 1665 bool passed; in of_unittest_irq_refcount() local 1680 passed = true; in of_unittest_irq_refcount() 1688 passed &= !rc; in of_unittest_irq_refcount() 1697 passed = true; in of_unittest_irq_refcount() 1705 passed &= !rc; in of_unittest_irq_refcount() 3873 passed = 0; in overlay_data_apply() [all …]
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_wait_user_fence.c | 22 bool passed; in do_compare() local 30 passed = (rvalue & mask) == (value & mask); in do_compare() 33 passed = (rvalue & mask) != (value & mask); in do_compare() 36 passed = (rvalue & mask) > (value & mask); in do_compare() 39 passed = (rvalue & mask) >= (value & mask); in do_compare() 42 passed = (rvalue & mask) < (value & mask); in do_compare() 45 passed = (rvalue & mask) <= (value & mask); in do_compare() 52 return passed ? 0 : 1; in do_compare()
|
| /linux-6.15/Documentation/misc-devices/ |
| H A 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.15/tools/testing/selftests/powerpc/tm/ |
| H A 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()
|
| H A 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.15/tools/perf/tests/shell/common/ |
| H A D | check_all_patterns_found.pl | 10 $passed = 1; 30 $passed = 0; 34 exit ($passed == 0);
|
| H A D | check_no_patterns_found.pl | 10 $passed = 1; 30 $passed = 0; 34 exit ($passed == 0);
|
| H A D | check_all_lines_matched.pl | 12 $passed = 1; 35 $passed = 0; 39 exit ($passed == 0);
|
| H A D | check_errors_whitelisted.pl | 23 $passed = 1; 47 $passed = 0; 51 exit ($passed == 0);
|
| /linux-6.15/tools/testing/selftests/x86/bugs/ |
| H A D | its_indirect_alignment.py | 88 passed = unknown = failed = False variable 105 passed = True variable 116 passed = True variable 117 if not passed: 124 passed = True variable 127 if passed:
|
| H A D | its_ret_alignment.py | 85 passed = unknown = failed = skipped = False variable 102 passed = True variable 107 passed = True variable 111 if passed:
|
| /linux-6.15/drivers/comedi/drivers/tests/ |
| H A D | unittest.h | 25 int passed; member 38 ++unittest_results.passed; \ 59 unittest_results.passed, unittest_results.failed); in exec_unittests()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-check.txt | 20 on the standard output (unless '-q' is also passed), ie. whether it is 31 exit status of 0, if passed feature(s) are compiled-in, else 1. 34 name/macro, or multiple features can also be passed as a comma-separated 35 list, in which case the exit status will be 0 only if all of the passed
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A 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()
|
| /linux-6.15/tools/testing/selftests/powerpc/eeh/ |
| H A D | eeh-vf-aware.sh | 17 passed=0 34 passed="$((passed + 1))"
|
| /linux-6.15/Documentation/arch/loongarch/ |
| H A 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.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_ringbuf_write.c | 17 long passed = 0; variable 40 __sync_fetch_and_add(&passed, 1); in test_ringbuf_write()
|
| /linux-6.15/Documentation/arch/s390/ |
| H A 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.15/tools/testing/selftests/sched_ext/ |
| H A D | runner.c | 129 unsigned passed = 0, skipped = 0, failed = 0; in main() local 187 passed++; in main() 199 printf("PASSED: %u\n", passed); in main()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_vblank_work.c | 116 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local 142 passed = drm_vblank_passed(cur_vbl, count); in drm_vblank_work_schedule() 143 if (passed) in drm_vblank_work_schedule() 148 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
|