Home
last modified time | relevance | path

Searched refs:counter_u64_alloc (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/netinet/
H A Dtcp_reass.c274 reass_path1 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
275 reass_path2 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
276 reass_path3 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
277 reass_path4 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
278 reass_path5 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
279 reass_path6 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
280 reass_path7 = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
281 reass_fullwalk = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
282 reass_nospace = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
283 reass_entry = counter_u64_alloc(M_WAITOK); in tcp_reass_global_init()
[all …]
H A Dtcp_hpts.c2118 hpts_hopelessly_behind = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2119 hpts_loops = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2120 back_tosleep = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2121 combined_wheel_wrap = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2122 wheel_wrap = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2123 hpts_wake_timeout = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2124 hpts_direct_awakening = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2125 hpts_back_tosleep = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2126 hpts_direct_call = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
2127 cpu_uses_flowid = counter_u64_alloc(M_WAITOK); in tcp_hpts_mod_load()
[all …]
H A Dtcp_log_buf.c1272 tcp_log_queued = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1273 tcp_log_que_fail1 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1274 tcp_log_que_fail2 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1275 tcp_log_que_fail3 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1276 tcp_log_que_fail4 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1277 tcp_log_que_fail5 = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1278 tcp_log_que_copyout = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1279 tcp_log_que_read = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1280 tcp_log_que_freed = counter_u64_alloc(M_WAITOK); in tcp_log_init()
1282 tcp_log_pcb_ids_cur = counter_u64_alloc(M_WAITOK); in tcp_log_init()
[all …]
H A Dip_id.c279 V_ip_id = counter_u64_alloc(M_WAITOK); in ipid_sysinit()
H A Dtcp_subr.c1530 tcp_inp_lro_direct_queue = counter_u64_alloc(M_WAITOK); in tcp_init()
1531 tcp_inp_lro_wokeup_queue = counter_u64_alloc(M_WAITOK); in tcp_init()
1532 tcp_inp_lro_compressed = counter_u64_alloc(M_WAITOK); in tcp_init()
1533 tcp_inp_lro_locks_taken = counter_u64_alloc(M_WAITOK); in tcp_init()
1534 tcp_extra_mbuf = counter_u64_alloc(M_WAITOK); in tcp_init()
1535 tcp_would_have_but = counter_u64_alloc(M_WAITOK); in tcp_init()
1536 tcp_comp_total = counter_u64_alloc(M_WAITOK); in tcp_init()
1537 tcp_uncomp_total = counter_u64_alloc(M_WAITOK); in tcp_init()
1538 tcp_bad_csums = counter_u64_alloc(M_WAITOK); in tcp_init()
1539 tcp_pacing_failures = counter_u64_alloc(M_WAITOK); in tcp_init()
[all …]
/freebsd/sys/kern/
H A Dsubr_counter.c60 counter_u64_alloc(int flags) in counter_u64_alloc() function
140 new->cr_rate = counter_u64_alloc(flags); in counter_rate_alloc()
232 *cp = counter_u64_alloc(M_WAITOK); in counter_u64_sysinit()
H A Dsubr_epoch.c303 block_count = counter_u64_alloc(M_WAITOK); in epoch_init()
304 migrate_count = counter_u64_alloc(M_WAITOK); in epoch_init()
305 turnstile_count = counter_u64_alloc(M_WAITOK); in epoch_init()
306 switch_count = counter_u64_alloc(M_WAITOK); in epoch_init()
307 epoch_call_count = counter_u64_alloc(M_WAITOK); in epoch_init()
308 epoch_call_task_count = counter_u64_alloc(M_WAITOK); in epoch_init()
H A Dvfs_bio.c1352 getnewbufcalls = counter_u64_alloc(M_WAITOK); in bufinit()
1353 getnewbufrestarts = counter_u64_alloc(M_WAITOK); in bufinit()
1354 mappingrestarts = counter_u64_alloc(M_WAITOK); in bufinit()
1355 numbufallocfails = counter_u64_alloc(M_WAITOK); in bufinit()
1356 notbufdflushes = counter_u64_alloc(M_WAITOK); in bufinit()
1357 buffreekvacnt = counter_u64_alloc(M_WAITOK); in bufinit()
1358 bufdefragcnt = counter_u64_alloc(M_WAITOK); in bufinit()
1359 bufkvaspace = counter_u64_alloc(M_WAITOK); in bufinit()
/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.c282 if ((r->dropped = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
285 if ((r->consumer[i] = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
288 if ((r->not_consumer = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
290 if ((r->abdications = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
292 if ((r->stalls = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
294 if ((r->consumed = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
296 if ((r->cons_idle = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
298 if ((r->cons_idle2 = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
H A Dt4_sge.c620 extfree_refs = counter_u64_alloc(M_WAITOK); in t4_sge_modload()
621 extfree_rels = counter_u64_alloc(M_WAITOK); in t4_sge_modload()
622 pullups = counter_u64_alloc(M_WAITOK); in t4_sge_modload()
623 defrags = counter_u64_alloc(M_WAITOK); in t4_sge_modload()
4182 ofld_rxq->rx_iscsi_ddp_setup_ok = counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
4184 counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
4185 ofld_rxq->rx_nvme_ddp_setup_ok = counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
4187 counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
4189 counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
4190 ofld_rxq->rx_nvme_ddp_octets = counter_u64_alloc(M_WAITOK); in alloc_ofld_rxq()
[all …]
/freebsd/sys/sys/
H A Dcounter.h37 counter_u64_t counter_u64_alloc(int);
45 (a)[_i] = counter_u64_alloc(wait); \
/freebsd/sys/net/
H A Dmp_ring.c268 r->enqueues = counter_u64_alloc(flags); in ifmp_ring_alloc()
269 r->drops = counter_u64_alloc(flags); in ifmp_ring_alloc()
270 r->starts = counter_u64_alloc(flags); in ifmp_ring_alloc()
271 r->stalls = counter_u64_alloc(flags); in ifmp_ring_alloc()
272 r->restarts = counter_u64_alloc(flags); in ifmp_ring_alloc()
273 r->abdications = counter_u64_alloc(flags); in ifmp_ring_alloc()
H A Dbpf.c748 d->bd_rcount = counter_u64_alloc(M_WAITOK); in bpfopen()
749 d->bd_dcount = counter_u64_alloc(M_WAITOK); in bpfopen()
750 d->bd_fcount = counter_u64_alloc(M_WAITOK); in bpfopen()
751 d->bd_wcount = counter_u64_alloc(M_WAITOK); in bpfopen()
752 d->bd_wfcount = counter_u64_alloc(M_WAITOK); in bpfopen()
753 d->bd_wdcount = counter_u64_alloc(M_WAITOK); in bpfopen()
754 d->bd_zcopy = counter_u64_alloc(M_WAITOK); in bpfopen()
H A Ddummymbuf.c477 V_dmb_hits = counter_u64_alloc(M_WAITOK);
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c176 vrp->stats.drops = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
177 vrp->stats.excessive = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
178 vrp->stats.incomplete = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
180 vrp->stats.histogram[i] = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c515 priv->nfinfo_bytes = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
516 priv->nfinfo_packets = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
517 priv->nfinfo_bytes6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
518 priv->nfinfo_packets6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
519 priv->nfinfo_sbytes = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
520 priv->nfinfo_spackets = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
521 priv->nfinfo_sbytes6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
522 priv->nfinfo_spackets6 = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
523 priv->nfinfo_act_exp = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
524 priv->nfinfo_inact_exp = counter_u64_alloc(M_WAITOK); in ng_netflow_cache_init()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1934 sc->ports[port].stats_queued = counter_u64_alloc(M_WAITOK); in ccr_init_port()
1935 sc->ports[port].stats_completed = counter_u64_alloc(M_WAITOK); in ccr_init_port()
1982 sc->stats_cipher_encrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()
1983 sc->stats_cipher_decrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()
1984 sc->stats_hash = counter_u64_alloc(M_WAITOK); in ccr_attach()
1985 sc->stats_hmac = counter_u64_alloc(M_WAITOK); in ccr_attach()
1986 sc->stats_eta_encrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()
1987 sc->stats_eta_decrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()
1988 sc->stats_gcm_encrypt = counter_u64_alloc(M_WAITOK); in ccr_attach()
1989 sc->stats_gcm_decrypt = counter_u64_alloc(M_WAITO in ccr_attach()
[all...]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dwmsum.h44 *ws = counter_u64_alloc(M_WAITOK); in wmsum_init()
/freebsd/sys/arm/arm/
H A Dbusdma_machdep.c189 maploads_total = counter_u64_alloc(M_WAITOK); in busdma_init()
190 maploads_bounced = counter_u64_alloc(M_WAITOK); in busdma_init()
191 maploads_coherent = counter_u64_alloc(M_WAITOK); in busdma_init()
192 maploads_dmamem = counter_u64_alloc(M_WAITOK); in busdma_init()
193 maploads_mbuf = counter_u64_alloc(M_WAITOK); in busdma_init()
194 maploads_physmem = counter_u64_alloc(M_WAITOK); in busdma_init()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c2644 pmc->pm_runcount = counter_u64_alloc(M_WAITOK); in pmc_allocate_pmc_descriptor()
5531 pmc_stats.pm_intr_ignored = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5532 pmc_stats.pm_intr_processed = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5533 pmc_stats.pm_intr_bufferfull = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5534 pmc_stats.pm_syscalls = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5535 pmc_stats.pm_syscall_errors = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5536 pmc_stats.pm_buffer_requests = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5537 pmc_stats.pm_buffer_requests_failed = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5538 pmc_stats.pm_log_sweeps = counter_u64_alloc(M_WAITOK); in pmc_initialize()
5539 pmc_stats.pm_merges = counter_u64_alloc(M_WAITOK); in pmc_initialize()
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_file.c398 fuse_fh_count = counter_u64_alloc(M_WAITOK); in fuse_file_init()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c360 V_pf_default_rule.states_cur = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
361 V_pf_default_rule.states_tot = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
363 V_pf_default_rule.src_nodes[sn_type] = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
423 V_pf_status.counters[i] = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
425 V_pf_status.lcounters[i] = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
429 V_pf_status.scounters[i] = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
431 V_pf_status.ncounters[i] = counter_u64_alloc(M_WAITOK); in pfattach_vnet()
3062 rule->states_cur = counter_u64_alloc(M_WAITOK); in pf_ioctl_addrule()
3063 rule->states_tot = counter_u64_alloc(M_WAITOK); in pf_ioctl_addrule()
3065 rule->src_nodes[sn_type] = counter_u64_alloc(M_WAITOK); in pf_ioctl_addrule()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c1588 rack_total_bytes = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1594 rack_fto_send = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1599 rack_fto_rsm_send = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1604 rack_nfto_resend = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1609 rack_non_fto_send = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1614 rack_extended_rfo = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1620 rack_hw_pace_init_fail = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1625 rack_hw_pace_lost = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1631 rack_tlp_tot = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
1637 rack_tlp_newdata = counter_u64_alloc(M_WAITOK); in rack_init_sysctls()
[all …]
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1681 sc->sc_gcm_aad_restarts = counter_u64_alloc(M_WAITOK); in qat_crypto_init()
1685 sc->sc_gcm_aad_updates = counter_u64_alloc(M_WAITOK); in qat_crypto_init()
1689 sc->sc_ring_full_restarts = counter_u64_alloc(M_WAITOK); in qat_crypto_init()
1693 sc->sc_sym_alloc_failures = counter_u64_alloc(M_WAITOK); in qat_crypto_init()
/freebsd/sys/dev/gve/
H A Dgve_utils.c64 stat[i] = counter_u64_alloc(M_WAITOK); in gve_alloc_counters()

123