Home
last modified time | relevance | path

Searched refs:u64_stats_sync (Results 1 – 25 of 97) sorted by relevance

1234

/linux-6.15/include/linux/
H A Du64_stats_sync.h64 struct u64_stats_sync { struct
97 static inline void u64_stats_init(struct u64_stats_sync *syncp) { } in u64_stats_init()
98 static inline void __u64_stats_update_begin(struct u64_stats_sync *syncp) { } in __u64_stats_update_begin()
99 static inline void __u64_stats_update_end(struct u64_stats_sync *syncp) { } in __u64_stats_update_end()
106 static inline bool __u64_stats_fetch_retry(const struct u64_stats_sync *syncp, in __u64_stats_fetch_retry()
140 struct u64_stats_sync *__s = (syncp); \
144 static inline void __u64_stats_update_begin(struct u64_stats_sync *syncp) in __u64_stats_update_begin()
150 static inline void __u64_stats_update_end(struct u64_stats_sync *syncp) in __u64_stats_update_end()
181 static inline void u64_stats_update_begin(struct u64_stats_sync *syncp) in u64_stats_update_begin()
186 static inline void u64_stats_update_end(struct u64_stats_sync *syncp) in u64_stats_update_end()
[all …]
/linux-6.15/net/netfilter/
H A Dnft_counter.c33 static DEFINE_PER_CPU(struct u64_stats_sync, nft_counter_sync);
39 struct u64_stats_sync *nft_sync; in nft_counter_do_eval()
112 struct u64_stats_sync *nft_sync; in nft_counter_reset()
137 struct u64_stats_sync *nft_sync = per_cpu_ptr(&nft_counter_sync, cpu); in nft_counter_fetch()
272 struct u64_stats_sync *nft_sync; in nft_counter_offload_stats()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h80 struct u64_stats_sync q_syncp;
84 struct u64_stats_sync napi_syncp;
97 struct u64_stats_sync napi_syncp;
103 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h97 struct u64_stats_sync syncp; /* must be first */
118 struct u64_stats_sync syncp; /* must be first */
/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h273 struct u64_stats_sync syncp;
373 struct u64_stats_sync syncp;
420 struct u64_stats_sync *syncp) in ena_increase_stat()
/linux-6.15/drivers/net/ethernet/ti/
H A Dnetcp.h67 struct u64_stats_sync syncp_rx ____cacheline_aligned_in_smp;
73 struct u64_stats_sync syncp_tx ____cacheline_aligned_in_smp;
/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.h28 struct u64_stats_sync syncp;
H A Dhinic_tx.h26 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/dsa/xrs700x/
H A Dxrs700x.h24 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h128 struct u64_stats_sync syncp;
197 struct u64_stats_sync syncp;
/linux-6.15/include/net/
H A Dmacsec.h144 struct u64_stats_sync syncp;
149 struct u64_stats_sync syncp;
H A Dgen_stats.h21 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h545 struct u64_stats_sync stats_sync;
563 80 + sizeof(struct u64_stats_sync),
669 struct u64_stats_sync stats_sync;
682 88 + sizeof(struct u64_stats_sync),
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_repr.h10 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h39 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.h52 struct u64_stats_sync time_seq;
H A Dfbnic_txrx.h91 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h67 struct u64_stats_sync syncp;
/linux-6.15/net/openvswitch/
H A Dflow_table.h42 struct u64_stats_sync syncp;
H A Dvport.h156 struct u64_stats_sync syncp;
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h584 struct u64_stats_sync rx_stat_sync;
597 struct u64_stats_sync tx_stat_sync;
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc.h184 struct u64_stats_sync tx_syncp;
185 struct u64_stats_sync tx_syncp2;
191 struct u64_stats_sync rx_syncp;
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb.h354 struct u64_stats_sync tx_syncp;
355 struct u64_stats_sync tx_syncp2;
361 struct u64_stats_sync rx_syncp;
/linux-6.15/drivers/net/
H A Dmhi_net.c27 struct u64_stats_sync tx_syncp;
28 struct u64_stats_sync rx_syncp;
/linux-6.15/net/mpls/
H A Dinternal.h20 struct u64_stats_sync syncp;

1234