Home
last modified time | relevance | path

Searched defs:stats (Results 101 – 125 of 1153) sorted by relevance

12345678910>>...47

/openbmc/linux/tools/testing/selftests/exec/
H A Dload_address.c16 struct Statistics *stats = (struct Statistics *) data; in ExtractStatistics() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1408 struct mlx5e_rq_stats *stats) in tail_padding_csum_slow()
1418 struct mlx5e_rq_stats *stats) in tail_padding_csum()
1441 struct mlx5e_rq_stats *stats) in mlx5e_skb_csum_fixup()
1483 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_handle_csum() local
1554 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_build_rx_skb() local
1612 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_shampo_complete_rx_cqe() local
1633 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_complete_rx_cqe() local
1931 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_handle_rx_cqe_mpwrq_rep() local
2263 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_shampo_flush_skb() local
2311 struct mlx5e_rq_stats *stats = rq->stats; in mlx5e_handle_rx_cqe_mpwrq_shampo() local
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c104 struct flow_stats *stats, in lan966x_mirror_port_stats()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c85 long stats[NUM_STATS_CNT]; member
771 static void free_verif_stats(struct verif_stats *stats, size_t stat_cnt) in free_verif_stats()
961 struct verif_stats *stats; in process_prog() local
1715 static bool is_join_stat_filter_matched(struct filter *f, const struct verif_stats_join *stats) in is_join_stat_filter_matched()
1736 static bool should_output_join_stats(const struct verif_stats_join *stats) in should_output_join_stats()
1919 static bool is_stat_filter_matched(struct filter *f, const struct verif_stats *stats) in is_stat_filter_matched()
1936 static bool should_output_stats(const struct verif_stats *stats) in should_output_stats()
1966 const struct verif_stats *stats; in output_prog_stats() local
/openbmc/linux/drivers/md/
H A Ddm-stats.h42 static inline void dm_stats_record_start(struct dm_stats *stats, struct dm_stats_aux *aux) in dm_stats_record_start()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c335 struct ax88796c_pcpu_stats *stats; in ax88796c_hard_xmit() local
404 struct ax88796c_pcpu_stats *stats; in ax88796c_skb_return() local
649 struct rtnl_link_stats64 *stats) in ax88796c_get_stats64()
/openbmc/linux/net/openvswitch/
H A Dflow.c64 struct sw_flow_stats *stats; in ovs_flow_stats_update() local
141 struct sw_flow_stats *stats = rcu_dereference_ovsl(flow->stats[cpu]); in ovs_flow_stats_get() local
166 struct sw_flow_stats *stats = ovsl_dereference(flow->stats[cpu]); in ovs_flow_stats_clear() local
H A Dvport.c284 void ovs_vport_get_stats(struct vport *vport, struct ovs_vport_stats *stats) in ovs_vport_get_stats()
320 const struct vport_upcall_stats_percpu *stats; in ovs_vport_get_upcall_stats() local
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.h35 struct lio_vf_rep_stats stats; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.c50 ice_repr_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in ice_repr_get_stats64()
150 struct rtnl_link_stats64 *stats) in ice_repr_sp_stats64()
/openbmc/linux/lib/
H A Dref_tracker.c34 struct ref_tracker_dir_stats *stats; in ref_tracker_get_stats() local
87 struct ref_tracker_dir_stats *stats; in __ref_tracker_dir_pr_ostream() local
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c452 struct fm10k_hw_stats *stats) in fm10k_update_hw_stats_vf()
465 struct fm10k_hw_stats *stats) in fm10k_rebind_hw_stats_vf()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.h62 struct qed_mcp_iscsi_stats *stats, in qed_get_protocol_stats_iscsi()
/openbmc/linux/net/rds/
H A Dstats.c115 struct rds_statistics stats = {0, }; in rds_stats_info() local
/openbmc/u-boot/cmd/
H A Dblkcache.c15 struct block_cache_stats stats; in blkc_show() local
/openbmc/linux/drivers/net/
H A Dveth.c65 struct veth_rq_stats stats; member
196 struct ethtool_stats *stats, u64 *data) in veth_get_ethtool_stats()
402 struct veth_rq_stats *stats = &priv->rq[i].stats; in veth_stats_rx() local
611 struct veth_stats *stats) in veth_xdp_rcv_one()
681 struct veth_stats *stats) in veth_xdp_rcv_bulk_skb()
826 struct veth_stats *stats) in veth_xdp_rcv_skb()
936 struct veth_stats *stats) in veth_xdp_rcv()
996 struct veth_stats stats = {}; in veth_poll() local
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c51 struct c2c_stats stats; member
64 struct c2c_stats stats; member
258 struct c2c_stats *stats, in compute_stats()
283 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event() local
705 static uint64_t get_stores(struct c2c_stats *stats) in get_stores()
712 static uint64_t total_records(struct c2c_stats *stats) in total_records()
751 static uint64_t total_loads(struct c2c_stats *stats) in total_loads()
812 struct c2c_stats *stats; in percent_costly_snoop() local
1227 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry() local
2377 struct c2c_stats *stats = &c2c.hists.stats; in print_c2c__display_stats() local
[all …]
/openbmc/linux/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c712 struct net_device_stats *stats = &ndev->stats; in ctucan_rx() local
803 struct net_device_stats *stats = &ndev->stats; in ctucan_err_interrupt() local
940 struct net_device_stats *stats = &ndev->stats; in ctucan_rx_poll() local
995 struct net_device_stats *stats = &ndev->stats; in ctucan_tx_interrupt() local
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c699 struct stmmac_safety_stats *stats) in dwxgmac3_log_error()
755 struct stmmac_safety_stats *stats) in dwxgmac3_handle_mac_err()
803 struct stmmac_safety_stats *stats) in dwxgmac3_handle_mtl_err()
889 struct stmmac_safety_stats *stats) in dwxgmac3_handle_dma_err()
957 struct stmmac_safety_stats *stats) in dwxgmac3_safety_feat_irq_status()
1007 static int dwxgmac3_safety_feat_dump(struct stmmac_safety_stats *stats, in dwxgmac3_safety_feat_dump()
/openbmc/linux/fs/nfs/
H A Diostat.h54 static inline void nfs_free_iostats(struct nfs_iostats __percpu *stats) in nfs_free_iostats()
/openbmc/linux/drivers/net/ppp/
H A Dppp_deflate.c31 struct compstat stats; member
266 static void z_comp_stats(void *arg, struct compstat *stats) in z_comp_stats()
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h66 struct rmnet_vnd_stats stats; member
89 struct rmnet_priv_stats stats; member
/openbmc/linux/kernel/locking/
H A Dlockdep_proc.c398 struct lock_class_stats stats; member
403 struct lock_stat_data stats[MAX_LOCKDEP_KEYS]; member
461 struct lock_class_stats *stats; in seq_stats() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c335 struct mlx5e_xdpsq_stats *stats = sq->stats; in mlx5e_xdp_mpwqe_session_start() local
408 struct mlx5e_xdpsq_stats *stats = sq->stats; in mlx5e_xmit_xdp_frame_mpwqe() local
503 struct mlx5e_xdpsq_stats *stats = sq->stats; in mlx5e_xmit_xdp_frame() local
H A Dtrap.h20 struct mlx5e_ch_stats *stats; member

12345678910>>...47