| /f-stack/freebsd/sys/ |
| H A D | vmmeter.h | 83 counter_u64_t v_swtch; /* (p) context switches */ 84 counter_u64_t v_trap; /* (p) calls to trap */ 85 counter_u64_t v_syscall; /* (p) calls to syscall() */ 86 counter_u64_t v_intr; /* (p) device interrupts */ 87 counter_u64_t v_soft; /* (p) software interrupts */ 97 counter_u64_t v_swapin; /* (p) swap pager pageins */ 98 counter_u64_t v_swapout; /* (p) swap pager pageouts */ 113 counter_u64_t v_tfree; /* (p) total pages freed */ 117 counter_u64_t v_forks; /* (p) fork() calls */ 118 counter_u64_t v_vforks; /* (p) vfork() calls */ [all …]
|
| H A D | counter.h | 34 typedef uint64_t *counter_u64_t; typedef 39 counter_u64_t counter_u64_alloc(int); 40 void counter_u64_free(counter_u64_t); 42 void counter_u64_zero(counter_u64_t); 43 uint64_t counter_u64_fetch(counter_u64_t); 69 counter_u64_t cr_rate; /* Events since last second */ 85 counter_u64_t __read_mostly c = EARLY_COUNTER; \
|
| H A D | pmc.h | 566 counter_u64_t pm_intr_ignored; /* #interrupts ignored */ 567 counter_u64_t pm_intr_processed; /* #interrupts processed */ 568 counter_u64_t pm_intr_bufferfull; /* #interrupts with ENOSPC */ 569 counter_u64_t pm_syscalls; /* #syscalls */ 570 counter_u64_t pm_syscall_errors; /* #syscalls with errors */ 571 counter_u64_t pm_buffer_requests; /* #buffer requests */ 572 counter_u64_t pm_buffer_requests_failed; /* #failed buffer requests */ 573 counter_u64_t pm_log_sweeps; /* #sample buffer processing 575 counter_u64_t pm_merges; /* merged k+u */ 576 counter_u64_t pm_overwrites; /* UR overwrites */ [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_counter.c | 47 counter_u64_zero(counter_u64_t c) in counter_u64_zero() 54 counter_u64_fetch(counter_u64_t c) in counter_u64_fetch() 60 counter_u64_t 68 counter_u64_free(counter_u64_t c) in counter_u64_free() 80 out = counter_u64_fetch(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 90 counter_u64_zero(*(counter_u64_t *)arg1); in sysctl_handle_counter_u64() 103 out[i] = counter_u64_fetch(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array() 115 counter_u64_zero(((counter_u64_t *)arg1)[i]); in sysctl_handle_counter_u64_array() 179 counter_u64_t *cp; in counter_u64_sysinit() 188 counter_u64_t *cp; in counter_u64_sysuninit()
|
| H A D | uipc_ktls.c | 137 static counter_u64_t ktls_tasks_active; 141 static counter_u64_t ktls_cnt_tx_queued; 146 static counter_u64_t ktls_cnt_rx_queued; 177 static counter_u64_t ktls_switch_to_sw; 194 static counter_u64_t ktls_sw_cbc; 198 static counter_u64_t ktls_sw_gcm; 202 static counter_u64_t ktls_ifnet_cbc; 207 static counter_u64_t ktls_ifnet_gcm; 212 static counter_u64_t ktls_ifnet_reset; 232 static counter_u64_t ktls_toe_cbc; [all …]
|
| /f-stack/freebsd/net/ |
| H A D | mp_ring.h | 55 counter_u64_t enqueues; 56 counter_u64_t drops; 57 counter_u64_t starts; 58 counter_u64_t stalls; 59 counter_u64_t restarts; /* recovered after stalling */ 60 counter_u64_t abdications;
|
| H A D | bpfdesc.h | 81 counter_u64_t bd_rcount; /* number of packets received */ 82 counter_u64_t bd_dcount; /* number of packets dropped */ 99 counter_u64_t bd_fcount; /* number of packets which matched filter */ 103 counter_u64_t bd_wcount; /* number of packets written */ 104 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ 105 counter_u64_t bd_wdcount; /* number of packets dropped during a write */ 106 counter_u64_t bd_zcopy; /* number of zero copy operations */
|
| H A D | pfvar.h | 337 counter_u64_t evaluations; 338 counter_u64_t packets[2]; 339 counter_u64_t bytes[2]; 365 counter_u64_t states_cur; 366 counter_u64_t states_tot; 367 counter_u64_t src_nodes; 421 counter_u64_t bytes[2]; 422 counter_u64_t packets[2]; 526 counter_u64_t packets[2]; 527 counter_u64_t bytes[2]; [all …]
|
| H A D | vnet.h | 93 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 96 VNET_DEFINE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 98 VNET_DEFINE_STATIC(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 102 sizeof(VNET(name)) / sizeof(counter_u64_t), (wait)) 105 COUNTER_ARRAY_FREE(VNET(name), sizeof(VNET(name)) / sizeof(counter_u64_t)) 138 (sizeof(VNET(array)) / sizeof(counter_u64_t))); \
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpfdesc.h | 80 counter_u64_t bd_rcount; /* number of packets received */ 81 counter_u64_t bd_dcount; /* number of packets dropped */ 98 counter_u64_t bd_fcount; /* number of packets which matched filter */ 102 counter_u64_t bd_wcount; /* number of packets written */ 103 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ 104 counter_u64_t bd_wdcount; /* number of packets dropped during a write */ 105 counter_u64_t bd_zcopy; /* number of zero copy operations */
|
| H A D | pfvar.h | 225 counter_u64_t evaluations; 226 counter_u64_t packets[2]; 227 counter_u64_t bytes[2]; 253 counter_u64_t states_cur; 254 counter_u64_t states_tot; 255 counter_u64_t src_nodes; 309 counter_u64_t bytes[2]; 310 counter_u64_t packets[2]; 414 counter_u64_t packets[2]; 415 counter_u64_t bytes[2]; [all …]
|
| /f-stack/freebsd/amd64/include/ |
| H A D | counter.h | 43 counter_u64_read_one(counter_u64_t c, int cpu) in counter_u64_read_one() 66 counter_u64_t c; in counter_u64_zero_one_cpu() 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()
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.h | 444 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */ 445 counter_u64_t nfinfo_packets; /* accounted IPv4 packets */ 446 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ 447 counter_u64_t nfinfo_packets6; /* accounted IPv6 packets */ 448 counter_u64_t nfinfo_sbytes; /* skipped IPv4 bytes */ 449 counter_u64_t nfinfo_spackets; /* skipped IPv4 packets */ 450 counter_u64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ 451 counter_u64_t nfinfo_spackets6; /* skipped IPv6 packets */ 452 counter_u64_t nfinfo_act_exp; /* active expiries */ 453 counter_u64_t nfinfo_inact_exp; /* inactive expiries */
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 444 counter_u64_t nfinfo_bytes; /* accounted IPv4 bytes */ 445 counter_u64_t nfinfo_packets; /* accounted IPv4 packets */ 446 counter_u64_t nfinfo_bytes6; /* accounted IPv6 bytes */ 447 counter_u64_t nfinfo_packets6; /* accounted IPv6 packets */ 448 counter_u64_t nfinfo_sbytes; /* skipped IPv4 bytes */ 449 counter_u64_t nfinfo_spackets; /* skipped IPv4 packets */ 450 counter_u64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ 451 counter_u64_t nfinfo_spackets6; /* skipped IPv6 packets */ 452 counter_u64_t nfinfo_act_exp; /* active expiries */ 453 counter_u64_t nfinfo_inact_exp; /* inactive expiries */
|
| /f-stack/lib/include/amd64/include/ |
| H A D | counter.h | 35 … counter_u64_t __read_mostly c = (void *)__offsetof(struct pcpu, pc_early_dummy_counter); \ 50 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 59 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
| /f-stack/lib/include/i386/include/ |
| H A D | counter.h | 44 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 53 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
| /f-stack/freebsd/arm/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()
|
| /f-stack/freebsd/arm64/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()
|
| /f-stack/freebsd/mips/include/ |
| H A D | counter.h | 76 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 90 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_reass.c | 136 counter_u64_t reass_entry; 140 counter_u64_t reass_path1; 144 counter_u64_t reass_path2; 148 counter_u64_t reass_path3; 152 counter_u64_t reass_path4; 156 counter_u64_t reass_path5; 160 counter_u64_t reass_path6; 164 counter_u64_t reass_path7; 172 counter_u64_t reass_nospace; 176 counter_u64_t merge_fwd; [all …]
|
| /f-stack/freebsd/i386/include/ |
| H A D | counter.h | 162 counter_u64_zero_inline(counter_u64_t c) in counter_u64_zero_inline() 187 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | counter.h | 32 typedef uint64_t *counter_u64_t; typedef
|
| /f-stack/tools/compat/include/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 */
|
| /f-stack/freebsd/vm/ |
| H A D | uma_int.h | 472 counter_u64_t uz_xdomain; /* Total number of cross-domain frees */ 486 counter_u64_t uz_allocs; /* Total number of allocations */ 487 counter_u64_t uz_frees; /* Total number of frees */ 488 counter_u64_t uz_fails; /* Total number of alloc failures */
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 75 static counter_u64_t ocf_tls10_cbc_crypts; 80 static counter_u64_t ocf_tls11_cbc_crypts; 85 static counter_u64_t ocf_tls12_gcm_crypts; 90 static counter_u64_t ocf_tls13_gcm_crypts; 95 static counter_u64_t ocf_inplace; 100 static counter_u64_t ocf_separate_output; 105 static counter_u64_t ocf_retries;
|