Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh218 let error_count=0
246 ((error_count++))
251 if [ ${error_count} -eq 1 ]; then
252 log_note "hctp: There was ${error_count} error"
254 log_note "hctp:There were a total of ${error_count} errors"
/f-stack/freebsd/netinet/
H A Dsctp_timer.c94 net->error_count++; in sctp_threshold_management()
96 (void *)net, net->error_count, in sctp_threshold_management()
98 if (net->error_count > net->failure_threshold) { in sctp_threshold_management()
109 (net->error_count > net->pf_threshold)) { in sctp_threshold_management()
224 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
227 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
232 min_errors = mnet->error_count + 1; in sctp_find_alternate_net()
237 min_errors = mnet->error_count; in sctp_find_alternate_net()
240 min_errors = mnet->error_count; in sctp_find_alternate_net()
242 } else if (mnet->error_count == min_errors in sctp_find_alternate_net()
[all …]
H A Dsctp_usrreq.c5401 if (net->error_count > paddrp->spp_pathmaxrxt) {
5406 (net->error_count > net->pf_threshold)) {
5416 if (net->error_count > paddrp->spp_pathmaxrxt) {
5451 (net->error_count > net->pf_threshold)) {
6406 (net->error_count <= net->pf_threshold)) {
6410 if ((net->error_count > net->pf_threshold) &&
6421 if (net->error_count > net->failure_threshold) {
6426 if (net->error_count <= net->failure_threshold) {
6437 (net->error_count <= net->pf_threshold)) {
6441 if ((net->error_count > net->pf_threshold) &&
[all …]
H A Dsctp_var.h316 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
H A Dsctp_structs.h340 uint16_t error_count; member
H A Dsctp_sysctl.c503 xraddr.error_counter = net->error_count; in sctp_sysctl_handle_assoclist()
H A Dsctp_asconf.c1057 net->error_count = 0; in sctp_net_immediate_retrans()
1410 net->error_count = 0; in sctp_asconf_queue_add()
H A Dsctp_input.c542 net->error_count = 0; in sctp_process_init_ack()
648 old_error_counter = r_net->error_count; in sctp_handle_heartbeat_ack()
649 r_net->error_count = 0; in sctp_handle_heartbeat_ack()
H A Dsctp_indata.c4158 net->error_count = 0; in sctp_express_handle_sack()
4901 net->error_count = 0; in sctp_handle_sack()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in5426 my $error_count = 0;
5448 $error_count = $fail_count;
5470 return $error_count;
5478 my $error_count = 0;
5500 $error_count = $fail_count;
5521 return $error_count;
5529 my $error_count = 0;
5572 return $error_count;
5579 my $error_count = 0;
5618 if ($error_count > 0) {
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h320 int error_count; member
503 int error_count; member
H A Dvchiq_core.c908 error_count); in queue_message()
1054 error_count); in queue_message_sync()
1817 VCHIQ_STATS_INC(state, error_count); in parse_rx_slots()
2728 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_open_service_internal()
3132 VCHIQ_STATS_INC(state, error_count); in vchiq_pause_internal()
3149 VCHIQ_STATS_INC(state, error_count); in vchiq_resume_internal()
3455 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3463 VCHIQ_SERVICE_STATS_INC(service, error_count); in vchiq_queue_message()
3732 state->stats.error_count); in vchiq_dump_state()
3844 service->stats.error_count); in vchiq_dump_service_state()