Searched refs:error_cnt (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_progs.c | 266 if (test_state->error_cnt) in print_test_result() 443 if (subtest_state->error_cnt) { in test__end_subtest() 444 test_state->error_cnt++; in test__end_subtest() 535 env.subtest_state->error_cnt++; in test__fail() 537 env.test_state->error_cnt++; in test__fail() 1175 env.test_state->error_cnt++; in crash_handler() 1350 subtest_state->error_cnt = msg.subtest_done.error_cnt; in dispatch_thread_send_subtests() 1421 state->error_cnt = msg.test_done.error_cnt; in dispatch_thread() 1479 if (state->error_cnt) in calculate_summary_and_print_errors() 1672 msg.subtest_done.error_cnt = subtest_state->error_cnt; in worker_main_send_subtests() [all …]
|
| A D | test_progs.h | 74 int error_cnt; member 86 int error_cnt; member 154 int error_cnt; member 166 int error_cnt; member
|
| /linux/drivers/edac/ |
| A D | bluefield_edac.c | 94 int error_cnt, in bluefield_gather_report_ecc() argument 125 edac_mc_handle_error(ecc_type, mci, error_cnt, 0, 0, 0, in bluefield_gather_report_ecc() 140 edac_mc_handle_error(ecc_type, mci, error_cnt, in bluefield_gather_report_ecc()
|
| /linux/include/media/ |
| A D | cec.h | 386 u8 error_cnt, ktime_t ts); 390 u8 low_drive_cnt, u8 error_cnt) in cec_transmit_done() argument 393 low_drive_cnt, error_cnt, ktime_get()); in cec_transmit_done()
|
| /linux/drivers/usb/host/ |
| 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()
|
| A D | fhci-q.c | 242 if (td->error_cnt >= 3) in fhci_done_td()
|
| A D | fhci.h | 357 int error_cnt; member
|
| /linux/drivers/net/fddi/ |
| A D | defza.h | 394 struct fza_counter error_cnt; /* error count */ member
|
| A D | defxx.h | 873 PI_CNTR error_cnt; member
|
| 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/media/cec/core/ |
| A D | cec-adap.c | 596 u8 error_cnt, ktime_t ts) in cec_transmit_done_ts() argument 601 low_drive_cnt + error_cnt; in cec_transmit_done_ts() 635 msg->tx_error_cnt += error_cnt; in cec_transmit_done_ts() 639 adap->tx_error_cnt += error_cnt; in cec_transmit_done_ts()
|
| /linux/drivers/net/fddi/skfp/ |
| 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/ |
| A D | cec-core.rst | 245 u8 error_cnt);
|
Completed in 49 milliseconds