Home
last modified time | relevance | path

Searched defs:stats (Results 26 – 50 of 1158) sorted by relevance

12345678910>>...47

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c141 struct ieee80211_rx_status *stats, in iwl_mvm_set_mac80211_rx_flag()
757 struct iwl_statistics_operational_ntfy *stats) in iwl_mvm_stats_ver_15()
773 struct iwl_statistics_operational_ntfy_ver_14 *stats) in iwl_mvm_stats_ver_14()
848 struct iwl_statistics_operational_ntfy_ver_14 *stats = in iwl_mvm_handle_rx_statistics_tlv() local
873 struct iwl_statistics_operational_ntfy *stats = in iwl_mvm_handle_rx_statistics_tlv() local
941 struct iwl_notif_statistics_v11 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
963 struct iwl_notif_statistics *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
1004 struct iwl_notif_statistics *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
/openbmc/linux/include/linux/
H A Dtsacct_kern.h20 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
30 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk()
/openbmc/linux/arch/mips/sibyte/common/
H A Dbus_watcher.c102 struct bw_stats_struct *stats = m->private; in bw_proc_show() local
132 static void create_proc_decoder(struct bw_stats_struct *stats) in create_proc_decoder()
154 struct bw_stats_struct *stats = data; in sibyte_bw_int() local
/openbmc/linux/drivers/md/
H A Ddm-stats.c191 int dm_stats_init(struct dm_stats *stats) in dm_stats_init()
212 void dm_stats_cleanup(struct dm_stats *stats) in dm_stats_cleanup()
241 static void dm_stats_recalc_precise_timestamps(struct dm_stats *stats) in dm_stats_recalc_precise_timestamps()
257 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end, in dm_stats_create()
427 static struct dm_stat *__dm_stats_find(struct dm_stats *stats, int id) in __dm_stats_find()
441 static int dm_stats_delete(struct dm_stats *stats, int id) in dm_stats_delete()
479 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list()
663 void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw, in dm_stats_account_io()
801 static int dm_stats_clear(struct dm_stats *stats, int id) in dm_stats_clear()
844 static int dm_stats_print(struct dm_stats *stats, int id, in dm_stats_print()
[all …]
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c23 unsigned long field_offset, struct stmmac_safety_stats *stats) in dwmac5_log_error()
79 struct stmmac_safety_stats *stats) in dwmac5_handle_mac_err()
127 struct stmmac_safety_stats *stats) in dwmac5_handle_mtl_err()
175 struct stmmac_safety_stats *stats) in dwmac5_handle_dma_err()
269 struct stmmac_safety_stats *stats) in dwmac5_safety_feat_irq_status()
313 int dwmac5_safety_feat_dump(struct stmmac_safety_stats *stats, in dwmac5_safety_feat_dump()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c236 struct rdma_hw_stats *stats; in do_alloc_stats() local
275 struct rdma_hw_stats *stats, in mlx5_ib_query_q_counters()
299 struct rdma_hw_stats *stats) in mlx5_ib_query_ext_ppcnt_counters()
330 struct rdma_hw_stats *stats) in mlx5_ib_query_q_counters_vport()
365 struct rdma_hw_stats *stats, in do_get_hw_stats()
427 struct rdma_hw_stats *stats, in do_get_op_stat()
458 struct rdma_hw_stats *stats, in do_get_op_stats()
479 struct rdma_hw_stats *stats, in mlx5_ib_get_hw_stats()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c505 struct stats { struct
522 struct stats stats; argument
2702 struct ethtool_stats *stats, u64 *data) in e100_get_ethtool_stats()
/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp484 const auto& stats = repo.getSizeStats(); in TEST_F() local
501 const auto& stats = repo.getSizeStats(); in TEST_F() local
518 const auto& stats = repo.getSizeStats(); in TEST_F() local
535 const auto& stats = repo.getSizeStats(); in TEST_F() local
552 const auto& stats = repo.getSizeStats(); in TEST_F() local
568 const auto& stats = repo.getSizeStats(); in TEST_F() local
583 const auto& stats = repo.getSizeStats(); in TEST_F() local
598 const auto& stats = repo.getSizeStats(); in TEST_F() local
613 const auto& stats = repo.getSizeStats(); in TEST_F() local
/openbmc/linux/drivers/net/can/
H A Dvcan.c74 struct net_device_stats *stats = &dev->stats; in vcan_rx() local
88 struct net_device_stats *stats = &dev->stats; in vcan_tx() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c24 #define SUM_GRP_COUNTERS(stats, qstats, x_grp) do { \ argument
38 struct opa_vnic_stats *stats) in hfi1_vnic_update_stats()
127 struct opa_vnic_stats *stats = &vinfo->stats[q_idx]; in hfi1_vnic_update_tx_counters() local
156 struct opa_vnic_stats *stats = &vinfo->stats[q_idx]; in hfi1_vnic_update_rx_counters() local
182 struct rtnl_link_stats64 *stats) in hfi1_vnic_get_stats64()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c482 int ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_start_estimator()
520 void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_stop_estimator()
741 struct ip_vs_stats *stats; in ip_vs_est_calc_phase() local
898 void ip_vs_zero_estimator(struct ip_vs_stats *stats) in ip_vs_zero_estimator()
917 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c162 struct ionic_lif_sw_stats *stats) in ionic_add_lif_txq_stats()
177 struct ionic_lif_sw_stats *stats) in ionic_add_lif_rxq_stats()
191 struct ionic_lif_sw_stats *stats) in ionic_get_lif_stats()
/openbmc/linux/drivers/atm/
H A Didt77105.c35 struct idt77105_stats stats; /* link diagnostics */ member
88 struct idt77105_stats *stats; in idt77105_stats_timer_func() local
145 struct idt77105_stats stats; in fetch_stats() local
/openbmc/linux/net/netrom/
H A Dnr_dev.c42 struct net_device_stats *stats = &dev->stats; in nr_rx_ip() local
141 struct net_device_stats *stats = &dev->stats; in nr_xmit() local
/openbmc/linux/block/
H A Dbfq-cgroup.c141 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time() local
152 static void bfqg_stats_end_empty_time(struct bfqg_stats *stats) in bfqg_stats_end_empty_time()
173 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time() local
192 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time() local
206 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_idle_time() local
214 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_avg_queue_size() local
244 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_completion() local
355 static void bfqg_stats_reset(struct bfqg_stats *stats) in bfqg_stats_reset()
436 static void bfqg_stats_exit(struct bfqg_stats *stats) in bfqg_stats_exit()
455 static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) in bfqg_stats_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c132 struct mlx5_cmd_stats *stats; in average_read() local
149 struct mlx5_cmd_stats *stats; in average_write() local
194 struct mlx5_cmd_stats *stats = kzalloc(sizeof(*stats), GFP_KERNEL); in mlx5_cmdif_alloc_stats() local
211 struct mlx5_cmd_stats *stats; in mlx5_cmdif_debugfs_init() local
249 struct mlx5_cmd_stats *stats; in mlx5_cmdif_debugfs_cleanup() local
/openbmc/linux/kernel/
H A Dtsacct.c22 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
91 void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk()
/openbmc/linux/drivers/thermal/
H A Dthermal_sysfs.c674 static void update_time_in_state(struct cooling_dev_stats *stats) in update_time_in_state()
687 struct cooling_dev_stats *stats = cdev->stats; in thermal_cooling_device_stats_update() local
712 struct cooling_dev_stats *stats; in total_trans_show() local
736 struct cooling_dev_stats *stats; in time_in_state_ms_show() local
767 struct cooling_dev_stats *stats; in reset_store() local
800 struct cooling_dev_stats *stats; in trans_table_show() local
875 struct cooling_dev_stats *stats; in cooling_device_stats_setup() local
/openbmc/linux/net/ethtool/
H A Dfec.c17 u64 stats[1 + ETHTOOL_MAX_LANES]; member
72 fec_stats_recalc(struct fec_stat_grp *grp, struct ethtool_fec_stat *stats) in fec_stats_recalc()
113 struct ethtool_fec_stats stats; in fec_prepare_data() local
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c833 struct sk_buff *skb, struct libipw_rx_stats *stats) in libipw_rx_any()
1299 *frame, struct libipw_rx_stats *stats) in libipw_handle_assoc_resp()
1359 struct libipw_rx_stats *stats) in libipw_network_init()
1505 *beacon, struct libipw_rx_stats in libipw_process_probe_response()
1615 struct libipw_rx_stats *stats) in libipw_rx_mgt()
/openbmc/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c21 struct net_device_stats *stats; in spl2sw_rx_poll() local
142 struct net_device_stats *stats; in spl2sw_tx_poll() local
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-bridge-test.c23 struct bridge_stats stats; member
28 struct bridge_stats *stats = bridge->priv; in op_enable_set() local
/openbmc/linux/fs/cachefiles/
H A Dcache.c21 struct kstatfs stats; in cachefiles_add_cache() local
189 struct kstatfs stats; in cachefiles_has_space() local
/openbmc/linux/drivers/net/phy/
H A Dbcm-cygnus.c14 u64 *stats; member
226 struct ethtool_stats *stats, u64 *data) in bcm_omega_get_phy_stats()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto47 repeated BmcProcStat stats = 10; field
55 repeated BmcFdStat stats = 10; field

12345678910>>...47