| /linux/tools/testing/selftests/bpf/prog_tests/ ! |
| H A D | prog_tests_framework.c | 8 state->error_cnt = 0; in clear_test_state() 27 if (!ASSERT_EQ(state->error_cnt, 0, "error_cnt_check")) in test_prog_tests_framework() 51 if (!ASSERT_EQ(state->error_cnt, 1, "error_cnt_check")) in test_prog_tests_framework() 63 int i, j, error_cnt; in test_prog_tests_framework_expected_msgs() local 166 error_cnt = env.subtest_state->error_cnt; in test_prog_tests_framework_expected_msgs() 173 env.subtest_state->error_cnt = error_cnt; in test_prog_tests_framework_expected_msgs()
|
| /linux/tools/testing/selftests/bpf/ ! |
| H A D | test_progs.c | 355 if (test_state->error_cnt) in print_test_result() 411 bool test_failed = test_state->error_cnt > 0; in dump_test_log() 445 subtest_failed = subtest_state->error_cnt; in dump_test_log() 459 test_result(subtest_state->error_cnt, in dump_test_log() 527 if (subtest_state->error_cnt) { in test__end_subtest() 528 test_state->error_cnt++; in test__end_subtest() 539 test_result(subtest_state->error_cnt, in test__end_subtest() 621 env.subtest_state->error_cnt++; in test__fail() 623 env.test_state->error_cnt++; in test__fail() 1271 env.test_state->error_cnt++; in dump_crash_log() [all …]
|
| H A D | test_progs.h | 75 int error_cnt; member 87 int error_cnt; member 161 int error_cnt; member 173 int error_cnt; member
|
| /linux/include/media/ ! |
| H A D | cec.h | 385 u8 error_cnt, ktime_t ts); 389 u8 low_drive_cnt, u8 error_cnt) in cec_transmit_done() argument 392 low_drive_cnt, error_cnt, ktime_get()); in cec_transmit_done()
|
| /linux/drivers/gpu/drm/display/ ! |
| H A D | drm_hdmi_cec_helper.c | 186 u8 low_drive_cnt, u8 error_cnt) in drm_connector_hdmi_cec_transmit_done() argument 191 arb_lost_cnt, nack_cnt, low_drive_cnt, error_cnt); in drm_connector_hdmi_cec_transmit_done()
|
| /linux/drivers/edac/ ! |
| H A D | bluefield_edac.c | 174 int error_cnt, in bluefield_gather_report_ecc() argument 212 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 241 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
| /linux/include/drm/display/ ! |
| H A D | drm_hdmi_cec_helper.h | 54 u8 low_drive_cnt, u8 error_cnt);
|
| /linux/drivers/usb/host/ ! |
| H A D | fhci-sched.c | 82 (++td->error_cnt >= 3)) { in fhci_transaction_confirm() 97 td->error_cnt++; in fhci_transaction_confirm() 104 td->error_cnt = 0; in fhci_transaction_confirm() 108 td->error_cnt = 0; in fhci_transaction_confirm()
|
| H A D | fhci-q.c | 242 if (td->error_cnt >= 3) in fhci_done_td()
|
| H A D | fhci.h | 357 int error_cnt; member
|
| /linux/drivers/media/cec/core/ ! |
| H A D | cec-adap.c | 597 u8 error_cnt, ktime_t ts) in cec_transmit_done_ts() argument 602 low_drive_cnt + error_cnt; in cec_transmit_done_ts() 636 msg->tx_error_cnt += error_cnt; in cec_transmit_done_ts() 640 adap->tx_error_cnt += error_cnt; in cec_transmit_done_ts()
|
| /linux/drivers/net/fddi/ ! |
| H A D | defza.h | 394 struct fza_counter error_cnt; /* error count */ member
|
| H A D | defxx.h | 873 PI_CNTR error_cnt; member
|
| H A D | defxx.c | 2206 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in dfx_ctl_get_stats()
|
| /linux/drivers/net/fddi/skfp/ ! |
| H A D | skfddi.c | 786 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls; in skfp_ctl_get_stats()
|
| /linux/Documentation/driver-api/media/ ! |
| H A D | cec-core.rst | 245 u8 error_cnt);
|