/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | load_bytes_relative.c | 16 struct bpf_map *test_result; in test_load_bytes_relative() local 35 test_result = bpf_object__find_map_by_name(obj, "test_result"); in test_load_bytes_relative() 36 if (CHECK_FAIL(!test_result)) in test_load_bytes_relative() 39 map_fd = bpf_map__fd(test_result); in test_load_bytes_relative()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit.py | 107 test_result = kunit_parser.TestResult(kunit_parser.TestStatus.SUCCESS, 114 test_result = kunit_parser.parse_run_tests(request.input_data) 119 test_result=test_result, 126 if test_result.status != kunit_parser.TestStatus.SUCCESS: 127 return KunitResult(KunitStatus.TEST_FAILURE, test_result, 130 return KunitResult(KunitStatus.SUCCESS, test_result,
|
D | kunit_parser.py | 314 def print_and_count_results(test_result: TestResult) -> Tuple[int, int, int]: 318 for test_suite in test_result.suites: 345 test_result = parse_test_result(list(isolate_kunit_output(kernel_output))) 346 if test_result.status == TestStatus.NO_TESTS: 348 elif test_result.status == TestStatus.FAILURE_TO_PARSE_TESTS: 353 crashed_tests) = print_and_count_results(test_result) 355 fmt = green if test_result.status == TestStatus.SUCCESS else red 359 return test_result
|
D | kunit_json.py | 16 def get_json_result(test_result, def_config, build_dir, json_path): argument 20 for test_suite in test_result.suites:
|
D | kunit_tool_test.py | 257 test_result = kunit_parser.parse_run_tests(file) 259 test_result=test_result,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | fexit_bpf2bpf_simple.c | 11 __u64 test_result = 0; variable 24 test_result = 1; in BPF_PROG()
|
D | load_bytes_relative.c | 18 } test_result SEC(".maps"); 45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY); in load_bytes_relative()
|
D | fexit_bpf2bpf.c | 16 __u64 test_result = 0; variable 27 test_result = 1; in BPF_PROG()
|
/kernel/linux/linux-5.10/lib/ |
D | test_firmware.c | 110 int test_result; member 199 test_fw_config->test_result = 0; in __test_firmware_config_init() 768 test_fw_config->test_result = -EINVAL; in test_fw_run_batch_request() 805 if (!test_fw_config->test_result) in test_fw_run_batch_request() 806 test_fw_config->test_result = req->rc; in test_fw_run_batch_request() 882 test_fw_config->test_result = rc; in trigger_batched_requests_store() 899 test_fw_config->test_result = -EINVAL; in trigger_batched_cb() 915 if (!fw && !test_fw_config->test_result) in trigger_batched_cb() 916 test_fw_config->test_result = -ENOENT; in trigger_batched_cb() 986 test_fw_config->test_result = rc; in trigger_batched_requests_async_store() [all …]
|
D | test_kmod.c | 85 int test_result; member 314 config->test_result = err_ret; in tally_up_work() 539 config->test_result); in trigger_config_run() 825 config->test_result = 0; in __kmod_config_init() 990 &config->test_result); in test_result_store() 1047 return test_dev_config_show_int(test_dev, buf, config->test_result); in test_result_show() 1049 static DEVICE_ATTR_RW(test_result); 1062 TEST_KMOD_DEV_ATTR(test_result),
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
D | test_signals.c | 26 test_result(current); in main()
|
D | test_signals_utils.h | 17 void test_result(struct tdescr *td);
|
D | test_signals_utils.c | 323 void test_result(struct tdescr *td) in test_result() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.h | 272 s32 test_result; member
|
D | fm10k_ethtool.c | 901 mbx->test_result = FM10K_NOT_IMPLEMENTED; in fm10k_mbx_test() 917 err = mbx->test_result; in fm10k_mbx_test()
|
D | fm10k_tlv.c | 729 &mbx->test_result); in fm10k_tlv_msg_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
D | kmod.sh | 265 cat $DIR/test_result
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 710 uint32_t test_result) in qla4_83xx_poll_reg() argument 722 if ((value & test_mask) != test_result) { in qla4_83xx_poll_reg() 739 __func__, value, test_mask, test_result); in qla4_83xx_poll_reg()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | ipsec.c | 527 struct test_result { struct 534 struct test_result tr = {}; in write_test_result() argument 2084 struct test_result tr = {}; in check_results()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/ |
D | mcba_usb.c | 129 u8 test_result; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 5377 u8 test_result = DP_TEST_ACK; in intel_dp_autotest_edid() local 5411 test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE; in intel_dp_autotest_edid() 5418 return test_result; in intel_dp_autotest_edid() 5587 u8 test_result; in intel_dp_autotest_phy_pattern() local 5589 test_result = intel_dp_prepare_phytest(intel_dp); in intel_dp_autotest_phy_pattern() 5590 if (test_result != DP_TEST_ACK) in intel_dp_autotest_phy_pattern() 5595 return test_result; in intel_dp_autotest_phy_pattern()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 660 int duration, uint32_t test_mask, uint32_t test_result) in qla8044_poll_reg() argument 677 if ((value & test_mask) != test_result) { in qla8044_poll_reg() 696 __func__, value, test_mask, test_result); in qla8044_poll_reg()
|