Searched refs:counter_u64_add_protected (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/riscv/include/
H A Dcounter.h81 #define counter_u64_add_protected(c, inc) do { \ macro
91 counter_u64_add_protected(c, inc);
/freebsd-12-stable/sys/sparc64/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, inc) do { \ macro
94 counter_u64_add_protected(c, inc);
/freebsd-12-stable/sys/mips/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, inc) do { \ macro
94 counter_u64_add_protected(c, inc);
/freebsd-12-stable/sys/powerpc/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
148 #define counter_u64_add_protected(c, inc) do { \ macro
158 counter_u64_add_protected(c, inc);
/freebsd-12-stable/sys/arm/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-12-stable/sys/arm64/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-12-stable/sys/amd64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd-12-stable/sys/i386/include/
H A Dcounter.h178 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c634 counter_u64_add_protected(rx_ring->rx_stats.bytes,
636 counter_u64_add_protected(adapter->hw_stats.rx_bytes,
664 counter_u64_add_protected(rx_ring->rx_stats.cnt, 1);
665 counter_u64_add_protected(adapter->hw_stats.rx_packets, 1);
1001 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1);
1002 counter_u64_add_protected(tx_ring->tx_stats.bytes,
1005 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
1006 counter_u64_add_protected(adapter->hw_stats.tx_bytes,
H A Dena_netmap.c454 counter_u64_add_protected(tx_ring->tx_stats.cnt, 1);
455 counter_u64_add_protected(tx_ring->tx_stats.bytes, packet_len);
456 counter_u64_add_protected(adapter->hw_stats.tx_packets, 1);
457 counter_u64_add_protected(adapter->hw_stats.tx_bytes, packet_len);
1001 counter_u64_add_protected(ctx->ring->rx_stats.bytes, len);
1002 counter_u64_add_protected(ctx->adapter->hw_stats.rx_bytes, len);
1003 counter_u64_add_protected(ctx->ring->rx_stats.cnt, 1);
1004 counter_u64_add_protected(ctx->adapter->hw_stats.rx_packets, 1);
/freebsd-12-stable/share/man/man9/
H A DMakefile835 counter.9 counter_u64_add_protected.9 \

Completed in 141 milliseconds