/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 500 counter_u64_free(link->stats.recvOctets); in ng_bridge_free_link() 501 counter_u64_free(link->stats.recvPackets); in ng_bridge_free_link() 502 counter_u64_free(link->stats.recvMulticasts); in ng_bridge_free_link() 503 counter_u64_free(link->stats.recvBroadcasts); in ng_bridge_free_link() 504 counter_u64_free(link->stats.recvUnknown); in ng_bridge_free_link() 505 counter_u64_free(link->stats.recvRunts); in ng_bridge_free_link() 506 counter_u64_free(link->stats.recvInvalid); in ng_bridge_free_link() 507 counter_u64_free(link->stats.xmitOctets); in ng_bridge_free_link() 508 counter_u64_free(link->stats.xmitPackets); in ng_bridge_free_link() 509 counter_u64_free(link->stats.xmitMulticasts); in ng_bridge_free_link() [all …]
|
H A D | ng_vlan_rotate.c | 473 counter_u64_free(vrp->stats.drops); in ng_vlanrotate_shutdown() 474 counter_u64_free(vrp->stats.excessive); in ng_vlanrotate_shutdown() 475 counter_u64_free(vrp->stats.incomplete); in ng_vlanrotate_shutdown() 477 counter_u64_free(vrp->stats.histogram[i]); in ng_vlanrotate_shutdown()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.c | 317 counter_u64_free(r->dropped); in mp_ring_free() 320 counter_u64_free(r->consumer[i]); in mp_ring_free() 323 counter_u64_free(r->not_consumer); in mp_ring_free() 325 counter_u64_free(r->abdications); in mp_ring_free() 327 counter_u64_free(r->stalls); in mp_ring_free() 329 counter_u64_free(r->consumed); in mp_ring_free() 331 counter_u64_free(r->cons_idle); in mp_ring_free() 333 counter_u64_free(r->cons_idle2); in mp_ring_free()
|
H A D | t4_sge.c | 615 counter_u64_free(extfree_refs); in t4_sge_modunload() 616 counter_u64_free(extfree_rels); in t4_sge_modunload() 617 counter_u64_free(pullups); in t4_sge_modunload() 618 counter_u64_free(defrags); in t4_sge_modunload() 4154 counter_u64_free(ofld_rxq->rx_iscsi_ddp_setup_ok); in free_ofld_rxq() 4155 counter_u64_free(ofld_rxq->rx_iscsi_ddp_setup_error); in free_ofld_rxq() 4156 counter_u64_free(ofld_rxq->ddp_buffer_alloc); in free_ofld_rxq() 4157 counter_u64_free(ofld_rxq->ddp_buffer_reuse); in free_ofld_rxq() 4158 counter_u64_free(ofld_rxq->ddp_buffer_free); in free_ofld_rxq() 4893 counter_u64_free(ofld_txq->tx_iscsi_pdus); in free_ofld_txq() [all …]
|
/freebsd/sys/sys/ |
H A D | counter.h | 38 void counter_u64_free(counter_u64_t); 50 counter_u64_free((a)[_i]); \
|
/freebsd/sys/net/ |
H A D | mp_ring.c | 296 counter_u64_free(r->enqueues); in ifmp_ring_free() 298 counter_u64_free(r->drops); in ifmp_ring_free() 300 counter_u64_free(r->starts); in ifmp_ring_free() 302 counter_u64_free(r->stalls); in ifmp_ring_free() 304 counter_u64_free(r->restarts); in ifmp_ring_free() 306 counter_u64_free(r->abdications); in ifmp_ring_free()
|
H A D | bpf.c | 2767 counter_u64_free(d->bd_rcount); in bpfd_free() 2768 counter_u64_free(d->bd_dcount); in bpfd_free() 2769 counter_u64_free(d->bd_fcount); in bpfd_free() 2770 counter_u64_free(d->bd_wcount); in bpfd_free() 2771 counter_u64_free(d->bd_wfcount); in bpfd_free() 2772 counter_u64_free(d->bd_wdcount); in bpfd_free() 2773 counter_u64_free(d->bd_zcopy); in bpfd_free()
|
H A D | if.c | 652 counter_u64_free(ifp->if_counters[i]); in if_free_deferred() 1746 counter_u64_free(ifa->ifa_opackets); in ifa_alloc() 1747 counter_u64_free(ifa->ifa_ipackets); in ifa_alloc() 1748 counter_u64_free(ifa->ifa_obytes); in ifa_alloc() 1749 counter_u64_free(ifa->ifa_ibytes); in ifa_alloc() 1778 counter_u64_free(ifa->ifa_opackets); in ifa_destroy() 1779 counter_u64_free(ifa->ifa_ipackets); in ifa_destroy() 1780 counter_u64_free(ifa->ifa_obytes); in ifa_destroy() 1781 counter_u64_free(ifa->ifa_ibytes); in ifa_destroy()
|
H A D | dummymbuf.c | 487 counter_u64_free(V_dmb_hits);
|
/freebsd/sys/kern/ |
H A D | subr_counter.c | 65 counter_u64_free(counter_u64_t c) in counter_u64_free() function 188 counter_u64_free(*cp); in counter_u64_sysuninit()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 636 counter_u64_free(priv->nfinfo_bytes); in ng_netflow_cache_flush() 637 counter_u64_free(priv->nfinfo_packets); in ng_netflow_cache_flush() 638 counter_u64_free(priv->nfinfo_bytes6); in ng_netflow_cache_flush() 639 counter_u64_free(priv->nfinfo_packets6); in ng_netflow_cache_flush() 640 counter_u64_free(priv->nfinfo_sbytes); in ng_netflow_cache_flush() 641 counter_u64_free(priv->nfinfo_spackets); in ng_netflow_cache_flush() 642 counter_u64_free(priv->nfinfo_sbytes6); in ng_netflow_cache_flush() 643 counter_u64_free(priv->nfinfo_spackets6); in ng_netflow_cache_flush() 644 counter_u64_free(priv->nfinfo_act_exp); in ng_netflow_cache_flush() 645 counter_u64_free(priv->nfinfo_inact_exp); in ng_netflow_cache_flush()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 2001 counter_u64_free(sc->ports[port].stats_queued); in ccr_free_port() 2002 counter_u64_free(sc->ports[port].stats_completed); in ccr_free_port() 2021 counter_u64_free(sc->stats_cipher_encrypt); in ccr_detach() 2022 counter_u64_free(sc->stats_cipher_decrypt); in ccr_detach() 2023 counter_u64_free(sc->stats_hash); in ccr_detach() 2024 counter_u64_free(sc->stats_hmac); in ccr_detach() 2025 counter_u64_free(sc->stats_eta_encrypt); in ccr_detach() 2026 counter_u64_free(sc->stats_eta_decrypt); in ccr_detach() 2027 counter_u64_free(sc->stats_gcm_encrypt); in ccr_detach() 2028 counter_u64_free(s in ccr_detach() [all...] |
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 2054 counter_u64_free(hpts_hopelessly_behind); in tcp_hpts_mod_unload() 2055 counter_u64_free(hpts_loops); in tcp_hpts_mod_unload() 2056 counter_u64_free(back_tosleep); in tcp_hpts_mod_unload() 2057 counter_u64_free(combined_wheel_wrap); in tcp_hpts_mod_unload() 2058 counter_u64_free(wheel_wrap); in tcp_hpts_mod_unload() 2059 counter_u64_free(hpts_wake_timeout); in tcp_hpts_mod_unload() 2060 counter_u64_free(hpts_direct_awakening); in tcp_hpts_mod_unload() 2061 counter_u64_free(hpts_back_tosleep); in tcp_hpts_mod_unload() 2062 counter_u64_free(hpts_direct_call); in tcp_hpts_mod_unload() 2063 counter_u64_free(cpu_uses_flowid); in tcp_hpts_mod_unload() [all …]
|
H A D | ip_id.c | 295 counter_u64_free(V_ip_id); in ipid_sysuninit()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | wmsum.h | 51 counter_u64_free(*ws); in wmsum_fini()
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 2668 counter_u64_free(pm->pm_runcount); in pmc_destroy_pmc_descriptor() 5835 counter_u64_free(pmc_stats.pm_intr_ignored); in pmc_cleanup() 5836 counter_u64_free(pmc_stats.pm_intr_processed); in pmc_cleanup() 5837 counter_u64_free(pmc_stats.pm_intr_bufferfull); in pmc_cleanup() 5838 counter_u64_free(pmc_stats.pm_syscalls); in pmc_cleanup() 5839 counter_u64_free(pmc_stats.pm_syscall_errors); in pmc_cleanup() 5840 counter_u64_free(pmc_stats.pm_buffer_requests); in pmc_cleanup() 5841 counter_u64_free(pmc_stats.pm_buffer_requests_failed); in pmc_cleanup() 5842 counter_u64_free(pmc_stats.pm_log_sweeps); in pmc_cleanup() 5843 counter_u64_free(pmc_stats.pm_merges); in pmc_cleanup() [all …]
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.c | 398 counter_u64_free(fuse_fh_count); in fuse_file_destroy()
|
H A D | fuse_internal.c | 1312 counter_u64_free(fuse_lookup_cache_hits); in fuse_internal_destroy() 1313 counter_u64_free(fuse_lookup_cache_misses); in fuse_internal_destroy()
|
H A D | fuse_ipc.c | 1062 counter_u64_free(fuse_ticket_count); in fuse_ipc_destroy()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 3339 counter_u64_free(rack_total_bytes); in rack_counter_destroy() 3340 counter_u64_free(rack_fto_send); in rack_counter_destroy() 3341 counter_u64_free(rack_fto_rsm_send); in rack_counter_destroy() 3342 counter_u64_free(rack_nfto_resend); in rack_counter_destroy() 3343 counter_u64_free(rack_hw_pace_init_fail); in rack_counter_destroy() 3344 counter_u64_free(rack_hw_pace_lost); in rack_counter_destroy() 3345 counter_u64_free(rack_non_fto_send); in rack_counter_destroy() 3346 counter_u64_free(rack_extended_rfo); in rack_counter_destroy() 3347 counter_u64_free(rack_ack_total); in rack_counter_destroy() 3348 counter_u64_free(rack_express_sac in rack_counter_destroy() [all...] |
/freebsd/sys/dev/gve/ |
H A D | gve_utils.c | 73 counter_u64_free(stat[i]); in gve_free_counters()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat.c | 1708 counter_u64_free(sc->sc_sym_alloc_failures); in qat_crypto_deinit() 1709 counter_u64_free(sc->sc_ring_full_restarts); in qat_crypto_deinit() 1710 counter_u64_free(sc->sc_gcm_aad_updates); in qat_crypto_deinit() 1711 counter_u64_free(sc->sc_gcm_aad_restarts); in qat_crypto_deinit()
|
/freebsd/sys/net/route/ |
H A D | nhop_ctl.c | 502 counter_u64_free(nh->nh_pksent); in finalize_nhop() 552 counter_u64_free(nh->nh_pksent); in destroy_nhop()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_ioctl.c | 569 counter_u64_free(rule->evaluations); in pf_free_eth_rule() 571 counter_u64_free(rule->packets[i]); in pf_free_eth_rule() 572 counter_u64_free(rule->bytes[i]); in pf_free_eth_rule() 1856 counter_u64_free(rule->states_cur); in pf_krule_free() 1857 counter_u64_free(rule->states_tot); in pf_krule_free() 1859 counter_u64_free(rule->src_nodes[sn_type]); in pf_krule_free() 6846 counter_u64_free(V_pf_default_rule.states_cur); in pf_unload_vnet() 6847 counter_u64_free(V_pf_default_rule.states_tot); in pf_unload_vnet() 6849 counter_u64_free(V_pf_default_rule.src_nodes[sn_type]); in pf_unload_vnet() 6853 counter_u64_free(V_pf_status.counters[i]); in pf_unload_vnet() [all …]
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 1258 counter_u64_free(sc->sc_req_alloc_failures); in safexcel_detach() 1259 counter_u64_free(sc->sc_cdesc_alloc_failures); in safexcel_detach() 1260 counter_u64_free(sc->sc_rdesc_alloc_failures); in safexcel_detach()
|