/freebsd/sys/sys/ |
H A D | vmmeter.h | 80 counter_u64_t v_swtch; /* (p) context switches */ 81 counter_u64_t v_trap; /* (p) calls to trap */ 82 counter_u64_t v_syscall; /* (p) calls to syscall() */ 83 counter_u64_t v_intr; /* (p) device interrupts */ 84 counter_u64_t v_soft; /* (p) software interrupts */ 88 counter_u64_t v_vm_faults; /* (p) address memory faults */ 89 counter_u64_t v_io_faults; /* (p) page faults requiring I/O */ 90 counter_u64_t v_cow_faults; /* (p) copy-on-writes faults */ 91 counter_u64_t v_cow_optim; /* (p) optimized COW faults */ 92 counter_u64_t v_zfod; /* (p) pages zero filled on demand */ [all …]
|
H A D | counter.h | 32 typedef uint64_t *counter_u64_t; typedef 37 counter_u64_t counter_u64_alloc(int); 38 void counter_u64_free(counter_u64_t); 40 void counter_u64_zero(counter_u64_t); 41 uint64_t counter_u64_fetch(counter_u64_t); 67 counter_u64_t cr_rate; /* Events since last second */ 82 counter_u64_t __read_mostly c = EARLY_COUNTER; \
|
H A D | pmc.h | 562 counter_u64_t pm_intr_ignored; /* #interrupts ignored */ 563 counter_u64_t pm_intr_processed; /* #interrupts processed */ 564 counter_u64_t pm_intr_bufferfull; /* #interrupts with ENOSPC */ 565 counter_u64_t pm_syscalls; /* #syscalls */ 566 counter_u64_t pm_syscall_errors; /* #syscalls with errors */ 567 counter_u64_t pm_buffer_requests; /* #buffer requests */ 568 counter_u64_t pm_buffer_requests_failed; /* #failed buffer requests */ 569 counter_u64_t pm_log_sweeps; /* #sample buffer processing 571 counter_u64_t pm_merges; /* merged k+u */ 572 counter_u64_t pm_overwrites; /* UR overwrites */ [all …]
|
/freebsd/sys/dev/ena/ |
H A D | ena.h | 286 counter_u64_t cnt; 287 counter_u64_t bytes; 288 counter_u64_t prepare_ctx_err; 289 counter_u64_t dma_mapping_err; 290 counter_u64_t doorbells; 291 counter_u64_t missing_tx_comp; 292 counter_u64_t bad_req_id; 293 counter_u64_t collapse; 294 counter_u64_t collapse_err; 295 counter_u64_t queue_wakeup; [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve.h | 223 counter_u64_t rbytes; 224 counter_u64_t rpackets; 225 counter_u64_t rx_dropped_pkt; 226 counter_u64_t rx_copybreak_cnt; 227 counter_u64_t rx_frag_flip_cnt; 228 counter_u64_t rx_frag_copy_cnt; 229 counter_u64_t rx_dropped_pkt_desc_err; 230 counter_u64_t rx_dropped_pkt_buf_post_fail; 231 counter_u64_t rx_dropped_pkt_mbuf_alloc_fail; 232 counter_u64_t rx_mbuf_dmamap_err; [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.h | 49 counter_u64_t dropped; 50 counter_u64_t consumer[4]; 51 counter_u64_t not_consumer; 52 counter_u64_t abdications; 53 counter_u64_t consumed; 54 counter_u64_t cons_idle; 55 counter_u64_t cons_idle2; 56 counter_u64_t stalls;
|
H A D | adapter.h | 681 counter_u64_t rx_iscsi_ddp_setup_ok; 682 counter_u64_t rx_iscsi_ddp_setup_error; 695 counter_u64_t ddp_buffer_alloc; 696 counter_u64_t ddp_buffer_reuse; 697 counter_u64_t ddp_buffer_free; 759 counter_u64_t tx_iscsi_pdus; 760 counter_u64_t tx_iscsi_octets; 761 counter_u64_t tx_iscsi_iso_wrs; 762 counter_u64_t tx_aio_jobs; 763 counter_u64_t tx_aio_octets; [all …]
|
/freebsd/sys/kern/ |
H A D | subr_counter.c | 44 counter_u64_zero(counter_u64_t c) in counter_u64_zero() 51 counter_u64_fetch(counter_u64_t c) in counter_u64_fetch() 57 counter_u64_t 65 counter_u64_free(counter_u64_t c) in counter_u64_free() 77 out = counter_u64_fetch(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 87 counter_u64_zero(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 100 out[i] = counter_u64_fetch(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array() 112 counter_u64_zero(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array() 176 counter_u64_t *cp; in counter_u64_sysinit() 185 counter_u64_t *cp; in counter_u64_sysuninit()
|
/freebsd/sys/dev/mana/ |
H A D | mana.h | 130 counter_u64_t packets; /* rx, tx */ 131 counter_u64_t bytes; /* rx, tx */ 132 counter_u64_t stop; /* tx */ 133 counter_u64_t wakeup; /* tx */ 134 counter_u64_t collapse; /* tx */ 135 counter_u64_t collapse_err; /* tx */ 136 counter_u64_t dma_mapping_err; /* rx, tx */ 137 counter_u64_t mbuf_alloc_fail; /* rx */ 138 counter_u64_t alt_chg; /* tx */ 139 counter_u64_t alt_reset; /* tx */ [all …]
|
/freebsd/sys/net/ |
H A D | mp_ring.h | 53 counter_u64_t enqueues; 54 counter_u64_t drops; 55 counter_u64_t starts; 56 counter_u64_t stalls; 57 counter_u64_t restarts; /* recovered after stalling */ 58 counter_u64_t abdications;
|
H A D | bpfdesc.h | 77 counter_u64_t bd_rcount; /* number of packets received */ 78 counter_u64_t bd_dcount; /* number of packets dropped */ 96 counter_u64_t bd_fcount; /* number of packets which matched filter */ 100 counter_u64_t bd_wcount; /* number of packets written */ 101 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ 102 counter_u64_t bd_wdcount; /* number of packets dropped during a write */ 103 counter_u64_t bd_zcopy; /* number of zero copy operations */
|
H A D | vnet.h | 92 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 95 VNET_DEFINE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 97 VNET_DEFINE_STATIC(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 101 sizeof(VNET(name)) / sizeof(counter_u64_t), (wait)) 104 COUNTER_ARRAY_FREE(VNET(name), sizeof(VNET(name)) / sizeof(counter_u64_t)) 137 (sizeof(VNET(array)) / sizeof(counter_u64_t))); \
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 443 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */ 444 counter_u64_t nfinfo_packets; /* accounted IPv4 packets */ 445 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ 446 counter_u64_t nfinfo_packets6; /* accounted IPv6 packets */ 447 counter_u64_t nfinfo_sbytes; /* skipped IPv4 bytes */ 448 counter_u64_t nfinfo_spackets; /* skipped IPv4 packets */ 449 counter_u64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ 450 counter_u64_t nfinfo_spackets6; /* skipped IPv6 packets */ 451 counter_u64_t nfinfo_act_exp; /* active expiries */ 452 counter_u64_t nfinfo_inact_exp; /* inactive expiries */
|
/freebsd/sys/amd64/include/ |
H A D | counter.h | 46 counter_u64_read_one(counter_u64_t c, int cpu) in counter_u64_read_one() 69 counter_u64_t c; in counter_u64_zero_one_cpu() 77 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 88 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/powerpc/include/ |
H A D | counter.h | 74 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 85 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() 140 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 154 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/riscv/include/ |
H A D | counter.h | 63 *(zpcpu_get((counter_u64_t *)arg)) = 0; in counter_u64_zero_one_cpu() 67 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 78 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/netinet/ |
H A D | tcp_reass.c | 127 counter_u64_t reass_entry; 131 counter_u64_t reass_path1; 135 counter_u64_t reass_path2; 139 counter_u64_t reass_path3; 143 counter_u64_t reass_path4; 147 counter_u64_t reass_path5; 151 counter_u64_t reass_path6; 155 counter_u64_t reass_path7; 159 counter_u64_t reass_fullwalk; 163 counter_u64_t reass_nospace; [all …]
|
H A D | tcp_var.h | 1141 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]); 1430 extern counter_u64_t tcp_inp_lro_direct_queue; 1431 extern counter_u64_t tcp_inp_lro_wokeup_queue; 1432 extern counter_u64_t tcp_inp_lro_compressed; 1433 extern counter_u64_t tcp_inp_lro_locks_taken; 1434 extern counter_u64_t tcp_extra_mbuf; 1435 extern counter_u64_t tcp_would_have_but; 1436 extern counter_u64_t tcp_comp_total; 1437 extern counter_u64_t tcp_uncomp_total; 1438 extern counter_u64_t tcp_bad_csums;
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 89 counter_u64_t recvOctets; /* total octets rec'd on link */ 90 counter_u64_t recvPackets; /* total pkts rec'd on link */ 91 counter_u64_t recvMulticasts; /* multicast pkts rec'd on link */ 92 counter_u64_t recvBroadcasts; /* broadcast pkts rec'd on link */ 93 counter_u64_t recvUnknown; /* pkts rec'd with unknown dest addr */ 94 counter_u64_t recvRunts; /* pkts rec'd less than 14 bytes */ 95 counter_u64_t recvInvalid; /* pkts rec'd with bogus source addr */ 96 counter_u64_t xmitOctets; /* total octets xmit'd on link */ 97 counter_u64_t xmitPackets; /* total pkts xmit'd on link */ 98 counter_u64_t xmitMulticasts; /* multicast pkts xmit'd on link */ [all …]
|
/freebsd/sys/arm64/include/ |
H A D | counter.h | 72 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 83 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/arm/include/ |
H A D | counter.h | 70 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 81 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/i386/include/ |
H A D | counter.h | 161 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 186 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel_var.h | 411 counter_u64_t sc_req_alloc_failures; 412 counter_u64_t sc_cdesc_alloc_failures; 413 counter_u64_t sc_rdesc_alloc_failures;
|
/freebsd/sys/vm/ |
H A D | uma_int.h | 471 counter_u64_t uz_xdomain; /* Total number of cross-domain frees */ 485 counter_u64_t uz_allocs; /* Total number of allocations */ 486 counter_u64_t uz_frees; /* Total number of frees */ 487 counter_u64_t uz_fails; /* Total number of alloc failures */
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 173 counter_u64_t stats_queued; 174 counter_u64_t stats_completed; 195 counter_u64_t stats_cipher_encrypt; 196 counter_u64_t stats_cipher_decrypt; 197 counter_u64_t stats_hash; 198 counter_u64_t stats_hmac; 199 counter_u64_t stats_eta_encrypt; 200 counter_u64_t stats_eta_decrypt; 201 counter_u64_t stats_gcm_encrypt; 202 counter_u64_t stats_gcm_decryp [all...] |