| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 107 counter_u64_add(r->starts, 1); in drain_ring_locked() 120 counter_u64_add(r->stalls, 1); in drain_ring_locked() 122 counter_u64_add(r->restarts, 1); in drain_ring_locked() 123 counter_u64_add(r->stalls, 1); in drain_ring_locked() 181 counter_u64_add(r->starts, 1); in drain_ring_lockless() 199 counter_u64_add(r->stalls, 1); in drain_ring_lockless() 202 counter_u64_add(r->stalls, 1); in drain_ring_lockless() 337 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() 380 counter_u64_add(r->enqueues, n); in ifmp_ring_enqueue() 412 counter_u64_add(r->drops, n); in ifmp_ring_enqueue() [all …]
|
| H A D | bpf.c | 375 counter_u64_add(d->bd_zcopy, 1); in bpf_append_bytes() 395 counter_u64_add(d->bd_zcopy, 1); in bpf_append_mbuf() 1181 counter_u64_add(d->bd_wcount, 1); in bpfwrite() 1212 counter_u64_add(d->bd_wdcount, 1); in bpfwrite() 1224 counter_u64_add(d->bd_wdcount, 1); in bpfwrite() 1230 counter_u64_add(d->bd_wfcount, 1); in bpfwrite() 1281 counter_u64_add(d->bd_wdcount, 1); in bpfwrite() 2250 counter_u64_add(d->bd_rcount, 1); in bpf_tap() 2317 counter_u64_add(d->bd_rcount, 1); in bpf_mtap() 2382 counter_u64_add(d->bd_rcount, 1); in bpf_mtap2() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 700 counter_u64_add(ktls_sw_cbc, -1); in ktls_cleanup() 703 counter_u64_add(ktls_sw_gcm, -1); in ktls_cleanup() 711 counter_u64_add(ktls_ifnet_cbc, -1); in ktls_cleanup() 724 counter_u64_add(ktls_toe_cbc, -1); in ktls_cleanup() 727 counter_u64_add(ktls_toe_gcm, -1); in ktls_cleanup() 782 counter_u64_add(ktls_toe_cbc, 1); in ktls_try_toe() 785 counter_u64_add(ktls_toe_gcm, 1); in ktls_try_toe() 904 counter_u64_add(ktls_ifnet_cbc, 1); in ktls_try_ifnet() 907 counter_u64_add(ktls_ifnet_gcm, 1); in ktls_try_ifnet() 947 counter_u64_add(ktls_sw_cbc, 1); in ktls_try_sw() [all …]
|
| H A D | subr_epoch.c | 556 counter_u64_add(block_count, 1); in epoch_block_handler_preempt() 598 counter_u64_add(migrate_count, 1); in epoch_block_handler_preempt() 650 counter_u64_add(turnstile_count, 1); in epoch_block_handler_preempt() 666 counter_u64_add(switch_count, 1); in epoch_block_handler_preempt() 809 counter_u64_add(epoch_call_count, total); in epoch_call_task() 810 counter_u64_add(epoch_call_task_count, 1); in epoch_call_task()
|
| H A D | vfs_cache.c | 548 counter_u64_add(numcachehv, 1); in cache_hold_vnode() 560 counter_u64_add(numcachehv, -1); in cache_drop_vnode() 668 counter_u64_add(numdrops, 1); in cache_alloc() 1132 counter_u64_add(numneghits, 1); in cache_neg_hit_finish() 1680 counter_u64_add(numposzaps, 1); in cache_remove_cnp() 1685 counter_u64_add(nummisszap, 1); in cache_remove_cnp() 1697 counter_u64_add(dothits, 1); in cache_lookup_dot() 1742 counter_u64_add(dotdothits, 1); in cache_lookup_dotdot() 1877 counter_u64_add(nummiss, 1); in cache_lookup_fallback() 1973 counter_u64_add(nummiss, 1); in cache_lookup() [all …]
|
| H A D | subr_counter.c | 167 counter_u64_add(cr->cr_rate, 1); in counter_ratecheck()
|
| H A D | subr_smr.c | 294 counter_u64_add(advance_wait, 1); in smr_default_advance() 297 counter_u64_add(advance, 1); in smr_default_advance()
|
| /f-stack/lib/include/i386/include/ |
| H A D | counter.h | 50 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) 53 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/lib/include/amd64/include/ |
| H A D | counter.h | 56 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) 59 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 152 counter_u64_add(ocf_retries, 1); in ktls_ocf_dispatch() 291 counter_u64_add(ocf_tls10_cbc_crypts, 1); in ktls_ocf_tls_cbc_encrypt() 293 counter_u64_add(ocf_tls11_cbc_crypts, 1); in ktls_ocf_tls_cbc_encrypt() 295 counter_u64_add(ocf_inplace, 1); in ktls_ocf_tls_cbc_encrypt() 297 counter_u64_add(ocf_separate_output, 1); in ktls_ocf_tls_cbc_encrypt() 394 counter_u64_add(ocf_tls12_gcm_crypts, 1); in ktls_ocf_tls12_gcm_encrypt() 396 counter_u64_add(ocf_inplace, 1); in ktls_ocf_tls12_gcm_encrypt() 398 counter_u64_add(ocf_separate_output, 1); in ktls_ocf_tls12_gcm_encrypt() 447 counter_u64_add(ocf_tls12_gcm_crypts, 1); in ktls_ocf_tls12_gcm_decrypt() 535 counter_u64_add(ocf_tls13_gcm_crypts, 1); in ktls_ocf_tls13_gcm_encrypt() [all …]
|
| /f-stack/freebsd/arm/include/ |
| H A D | counter.h | 82 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) 85 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/freebsd/arm64/include/ |
| H A D | counter.h | 78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) 81 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/freebsd/amd64/include/ |
| H A D | counter.h | 82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) 85 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_reass.c | 431 counter_u64_add(merge_into, 1); in tcp_reass_merge_into() 493 counter_u64_add(merge_fwd, 1); in tcp_reass_merge_forward() 562 counter_u64_add(reass_entry, 1); in tcp_reass() 593 counter_u64_add(reass_nospace, 1); in tcp_reass() 637 counter_u64_add(reass_path1, 1); in tcp_reass() 692 counter_u64_add(reass_path2, 1); in tcp_reass() 726 counter_u64_add(reass_path3, 1); in tcp_reass() 780 counter_u64_add(reass_fullwalk, 1); in tcp_reass() 815 counter_u64_add(reass_path4, 1); in tcp_reass() 891 counter_u64_add(reass_path6, 1); in tcp_reass() [all …]
|
| H A D | ip_input.c | 214 counter_u64_add(VNET(ipstat)[statnum], 1); in kmod_ipstat_inc() 221 counter_u64_add(VNET(ipstat)[statnum], -1); in kmod_ipstat_dec() 699 counter_u64_add(ia->ia_ifa.ifa_ipackets, 1); in ip_input() 700 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input() 723 counter_u64_add(ia->ia_ifa.ifa_ipackets, 1); in ip_input() 724 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input() 730 counter_u64_add(ia->ia_ifa.ifa_ipackets, 1); in ip_input() 731 counter_u64_add(ia->ia_ifa.ifa_ibytes, in ip_input()
|
| H A D | tcp_log_buf.c | 362 counter_u64_add(tcp_log_pcb_ids_cur, (int64_t)-1); in tcp_log_remove_bucket() 764 counter_u64_add(tcp_log_pcb_ids_cur, 1); in tcp_log_set_id() 765 counter_u64_add(tcp_log_pcb_ids_tot, 1); in tcp_log_set_id() 807 counter_u64_add(tcp_log_pcb_ids_cur, (int64_t)-1); \ in tcp_log_set_id() 808 counter_u64_add(tcp_log_pcb_ids_tot, (int64_t)-1); \ in tcp_log_set_id() 1611 counter_u64_add(tcp_log_que_fail4, 1); in tcp_log_event_() 1869 counter_u64_add(tcp_log_que_copyout, 1); in tcp_log_logs_to_buf() 2196 counter_u64_add(tcp_log_que_fail3, 1); in tcp_log_dump_tp_logbuf() 2216 counter_u64_add(tcp_log_que_fail2, 1); in tcp_log_dump_tp_logbuf() 2263 counter_u64_add(tcp_log_que_fail1, num_entries); in tcp_log_dump_tp_logbuf() [all …]
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 710 counter_u64_add(priv->nfinfo_packets, 1); in ng_netflow_flow_add() 711 counter_u64_add(priv->nfinfo_bytes, plen); in ng_netflow_flow_add() 731 counter_u64_add(priv->nfinfo_act_exp, 1); in ng_netflow_flow_add() 753 counter_u64_add(priv->nfinfo_act_exp, 1); in ng_netflow_flow_add() 829 counter_u64_add(priv->nfinfo_packets6, 1); in ng_netflow_flow6_add() 830 counter_u64_add(priv->nfinfo_bytes6, plen); in ng_netflow_flow6_add() 853 counter_u64_add(priv->nfinfo_act_exp, 1); in ng_netflow_flow6_add() 876 counter_u64_add(priv->nfinfo_act_exp, 1); in ng_netflow_flow6_add() 1127 counter_u64_add(priv->nfinfo_inact_exp, 1); in ng_netflow_expire() 1166 counter_u64_add(priv->nfinfo_inact_exp, 1); in ng_netflow_expire()
|
| H A D | ng_netflow.c | 968 counter_u64_add(priv->nfinfo_spackets, 1); in ng_netflow_rcvdata() 969 counter_u64_add(priv->nfinfo_sbytes, in ng_netflow_rcvdata() 972 counter_u64_add(priv->nfinfo_spackets6, 1); in ng_netflow_rcvdata() 973 counter_u64_add(priv->nfinfo_sbytes6, in ng_netflow_rcvdata()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 636 counter_u64_add( in pf_overload_task() 3540 counter_u64_add(r->evaluations, 1); in pf_test_rule() 3939 counter_u64_add( in pf_create_state() 3953 counter_u64_add( in pf_create_state() 3980 counter_u64_add(r->evaluations, 1); in pf_test_fragment() 6215 counter_u64_add(r->packets[dirndx], 1); in pf_test() 6218 counter_u64_add(a->packets[dirndx], 1); in pf_test() 6241 counter_u64_add(s->packets[dirndx], 1); in pf_test() 6619 counter_u64_add(r->packets[dirndx], 1); in pf_test6() 6622 counter_u64_add(a->packets[dirndx], 1); in pf_test6() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.h | 38 counter_u64_add((c)->stats[ \
|
| /f-stack/freebsd/mips/include/ |
| H A D | counter.h | 90 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sf_buf.h | 192 counter_u64_add(sfstat[offsetof(struct sfstat, name) / sizeof(uint64_t)],\
|
| /f-stack/freebsd/sys/ |
| H A D | sf_buf.h | 192 counter_u64_add(sfstat[offsetof(struct sfstat, name) / sizeof(uint64_t)],\
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 2191 counter_u64_add(rack_to_alloc, 1); in rack_alloc() 4173 counter_u64_add(rack_find_high, 1); in rack_find_high_nonack() 5000 counter_u64_add(rack_to_tot, 1); in rack_timeout_rack() 5181 counter_u64_add(rack_tlp_tot, 1); in rack_timeout_tlp() 6582 counter_u64_add(rack_badfr, 1); in rack_earlier_retran() 7490 counter_u64_add(rack_ack_total, ac); in rack_log_ack() 7810 counter_u64_add(rack_sack_total, 1); in rack_log_ack() 7816 counter_u64_add(rack_move_some, 1); in rack_log_ack() 7839 counter_u64_add(rack_move_some, 1); in rack_log_ack() 7887 counter_u64_add(rack_move_some, 1); in rack_log_ack() [all …]
|
| /f-stack/freebsd/i386/include/ |
| H A D | counter.h | 187 counter_u64_add(counter_u64_t c, int64_t inc) in counter_u64_add() function
|