Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-stats.c17 struct rtrs_clt_stats *stats = clt_path->stats; in rtrs_clt_update_wc_stats() local
33 void rtrs_clt_inc_failover_cnt(struct rtrs_clt_stats *stats) in rtrs_clt_inc_failover_cnt()
38 int rtrs_clt_stats_migration_from_cnt_to_str(struct rtrs_clt_stats *stats, char *buf) in rtrs_clt_stats_migration_from_cnt_to_str()
57 int rtrs_clt_stats_migration_to_cnt_to_str(struct rtrs_clt_stats *stats, char *buf) in rtrs_clt_stats_migration_to_cnt_to_str()
75 int rtrs_clt_stats_reconnects_to_str(struct rtrs_clt_stats *stats, char *buf) in rtrs_clt_stats_reconnects_to_str()
81 ssize_t rtrs_clt_stats_rdma_to_str(struct rtrs_clt_stats *stats, char *page) in rtrs_clt_stats_rdma_to_str()
110 int rtrs_clt_reset_rdma_stats(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_rdma_stats()
126 int rtrs_clt_reset_cpu_migr_stats(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_cpu_migr_stats()
142 int rtrs_clt_reset_reconnects_stat(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_reconnects_stat()
165 static inline void rtrs_clt_update_rdma_stats(struct rtrs_clt_stats *stats, in rtrs_clt_update_rdma_stats()
[all …]
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c25 struct rkisp1_stats *stats = video_get_drvdata(video); in rkisp1_stats_enum_fmt_meta_cap() local
38 struct rkisp1_stats *stats = video_get_drvdata(video); in rkisp1_stats_g_fmt_meta_cap() local
133 struct rkisp1_stats *stats = vq->drv_priv; in rkisp1_stats_vb2_stop_streaming() local
157 rkisp1_stats_init_vb2_queue(struct vb2_queue *q, struct rkisp1_stats *stats) in rkisp1_stats_init_vb2_queue()
175 static void rkisp1_stats_get_awb_meas_v10(struct rkisp1_stats *stats, in rkisp1_stats_get_awb_meas_v10()
196 static void rkisp1_stats_get_awb_meas_v12(struct rkisp1_stats *stats, in rkisp1_stats_get_awb_meas_v12()
217 static void rkisp1_stats_get_aec_meas_v10(struct rkisp1_stats *stats, in rkisp1_stats_get_aec_meas_v10()
230 static void rkisp1_stats_get_aec_meas_v12(struct rkisp1_stats *stats, in rkisp1_stats_get_aec_meas_v12()
254 static void rkisp1_stats_get_afc_meas(struct rkisp1_stats *stats, in rkisp1_stats_get_afc_meas()
271 static void rkisp1_stats_get_hst_meas_v10(struct rkisp1_stats *stats, in rkisp1_stats_get_hst_meas_v10()
[all …]
/linux/drivers/md/dm-vdo/
H A Dmessage-stats.c82 struct block_allocator_statistics *stats, in write_block_allocator_statistics()
96 static void write_commit_statistics(char *prefix, struct commit_statistics *stats, in write_commit_statistics()
110 struct recovery_journal_statistics *stats, in write_recovery_journal_statistics()
127 static void write_packer_statistics(char *prefix, struct packer_statistics *stats, in write_packer_statistics()
144 struct slab_journal_statistics *stats, in write_slab_journal_statistics()
162 struct slab_summary_statistics *stats, in write_slab_summary_statistics()
171 static void write_ref_counts_statistics(char *prefix, struct ref_counts_statistics *stats, in write_ref_counts_statistics()
180 static void write_block_map_statistics(char *prefix, struct block_map_statistics *stats, in write_block_map_statistics()
227 static void write_hash_lock_statistics(char *prefix, struct hash_lock_statistics *stats, in write_hash_lock_statistics()
246 static void write_error_statistics(char *prefix, struct error_statistics *stats, in write_error_statistics()
[all …]
/linux/drivers/cpufreq/
H A Dcpufreq_stats.c30 static void cpufreq_stats_update(struct cpufreq_stats *stats, in cpufreq_stats_update()
39 static void cpufreq_stats_reset_table(struct cpufreq_stats *stats) in cpufreq_stats_reset_table()
60 struct cpufreq_stats *stats = policy->stats; in show_total_trans() local
71 struct cpufreq_stats *stats = policy->stats; in show_time_in_state() local
106 struct cpufreq_stats *stats = policy->stats; in store_reset() local
126 struct cpufreq_stats *stats = policy->stats; in show_trans_table() local
185 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
196 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table() local
213 struct cpufreq_stats *stats; in cpufreq_stats_create_table() local
268 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_record_transition() local
/linux/fs/ocfs2/
H A Dblockcheck.c232 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
240 static void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
259 static inline void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
264 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
270 void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install()
276 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove()
281 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check()
297 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure()
313 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover()
380 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate()
[all …]
/linux/drivers/net/wireless/st/cw1200/
H A Dqueue.c29 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_lock() local
39 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_unlock() local
67 static void cw1200_queue_post_gc(struct cw1200_queue_stats *stats, in cw1200_queue_post_gc()
93 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_gc() local
144 int cw1200_queue_stats_init(struct cw1200_queue_stats *stats, in cw1200_queue_stats_init()
165 struct cw1200_queue_stats *stats, in cw1200_queue_init()
206 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_clear() local
238 void cw1200_queue_stats_deinit(struct cw1200_queue_stats *stats) in cw1200_queue_stats_deinit()
285 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_put() local
339 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_get() local
[all …]
/linux/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c149 struct rdma_hw_stats *stats, in bnxt_re_copy_ext_stats()
176 struct rdma_hw_stats *stats) in bnxt_re_get_ext_stat()
193 struct rdma_hw_stats *stats, in bnxt_re_copy_err_stats()
279 struct rdma_hw_stats *stats) in bnxt_re_copy_db_pacing_stats()
381 struct rdma_hw_stats *stats, in bnxt_re_ib_get_hw_stats()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.c18 #define HBG_STATS_I(stats) { #stats, HBG_STATS_FIELD_OFF(stats), 0} argument
19 #define HBG_STATS_REG_I(stats, reg) { #stats, HBG_STATS_FIELD_OFF(stats), reg} argument
317 const struct hbg_ethtool_stats *stats; in hbg_update_stats_by_info() local
366 struct ethtool_stats *stats, u64 *data) in hbg_ethtool_get_stats()
381 struct hbg_stats *stats = &priv->stats; in hbg_ethtool_get_pause_stats() local
392 struct hbg_stats *stats = &priv->stats; in hbg_ethtool_get_eth_mac_stats() local
449 struct hbg_stats *stats = &priv->stats; in hbg_ethtool_get_rmon_stats() local
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c104 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_resource_stats() local
221 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rx_stats() local
289 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_tx_stats() local
363 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_wqe_stats() local
396 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_db_errstats() local
417 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_rxqp_errstats() local
443 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_txqp_errstats() local
503 char *stats = dev->stats_mem.debugfs_mem, *pcur; in ocrdma_driver_dbg_stats() local
/linux/kernel/
H A Dtaskstats.c157 static void exe_add_tsk(struct taskstats *stats, struct task_struct *tsk) in exe_add_tsk()
176 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
201 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
213 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
410 struct cgroupstats *stats; in cgroupstats_user_cmd() local
495 struct taskstats *stats; in cmd_attr_pid() local
524 struct taskstats *stats; in cmd_attr_tgid() local
568 struct taskstats *stats_new, *stats; in taskstats_tgid_alloc() local
602 struct taskstats *stats; in taskstats_exit() local
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c31 struct nfp_repr_pcpu_stats *stats; in nfp_repr_inc_tx_stats() local
49 struct nfp_repr_pcpu_stats *stats; in nfp_repr_inc_rx_stats() local
60 struct rtnl_link_stats64 *stats) in nfp_repr_phy_port_get_stats64()
75 struct rtnl_link_stats64 *stats) in nfp_repr_vnic_get_stats64()
90 nfp_repr_get_stats64(struct net_device *netdev, struct rtnl_link_stats64 *stats) in nfp_repr_get_stats64()
125 struct rtnl_link_stats64 *stats) in nfp_repr_get_host_stats64()
157 void *stats) in nfp_repr_get_offload_stats()
/linux/drivers/fpga/tests/
H A Dfpga-mgr-test.c44 struct mgr_stats stats; member
87 struct mgr_stats *stats = mgr->priv; in op_parse_header() local
111 struct mgr_stats *stats = mgr->priv; in op_write_init() local
125 struct mgr_stats *stats = mgr->priv; in op_write() local
149 struct mgr_stats *stats = mgr->priv; in op_write_sg() local
181 struct mgr_stats *stats = mgr->priv; in op_write_complete() local
/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()
/linux/drivers/net/ethernet/arc/
H A Demac_main.c113 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean() local
183 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx() local
277 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx_miss_handle() local
358 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr() local
649 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats() local
685 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx() local
798 struct net_device_stats *stats = &ndev->stats; in arc_emac_restart() local
/linux/samples/bpf/
H A Dcookie_uid_helper_example.c58 struct stats { struct
71 sizeof(struct stats), 100, NULL); in maps_create() argument
/linux/net/sunrpc/
H A Dstats.c126 struct rpc_iostats *stats; in rpc_alloc_iostats() local
143 void rpc_free_iostats(struct rpc_iostats *stats) in rpc_free_iostats()
200 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
231 static void _print_rpc_iostats(struct seq_file *seq, struct rpc_iostats *stats, in _print_rpc_iostats()
270 struct rpc_iostats stats = {}; in rpc_clnt_show_stats() local
/linux/net/smc/
H A Dsmc_stats.c46 struct smc_stats *stats, int tech, in smc_nl_fill_stats_rmb_data()
99 struct smc_stats *stats, int tech, in smc_nl_fill_stats_bufsize_data()
166 struct smc_stats *stats, int tech) in smc_nl_fill_stats_tech_data()
270 struct smc_stats *stats; in smc_nl_get_stats() local
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c14 struct ath10k_sta_tid_stats *stats, in ath10k_rx_stats_update_amsdu_subfrm()
30 struct ath10k_sta_tid_stats *stats, in ath10k_rx_stats_update_ampdu_subfrm()
90 struct ath10k_sta_tid_stats *stats; in ath10k_sta_update_rx_tid_stats() local
130 struct ath10k_fw_stats *stats) in ath10k_sta_update_extd_stats_rx_duration()
149 struct ath10k_fw_stats *stats) in ath10k_sta_update_stats_rx_duration()
168 struct ath10k_fw_stats *stats) in ath10k_sta_update_rx_duration()
570 struct ath10k_sta_tid_stats *stats = arsta->tid_stats; in ath10k_dbg_sta_read_tid_stats() local
653 struct ath10k_htt_data_stats *stats; in ath10k_dbg_sta_dump_tx_stats() local
/linux/lib/
H A Dtest_objagg.c228 const struct objagg_stats *stats; in check_stats_zero() local
246 const struct objagg_stats *stats; in check_stats_nodelta() local
401 struct objagg_obj_stats stats; member
679 static int check_expect_stats_neigh(const struct objagg_stats *stats, in check_expect_stats_neigh()
709 static int __check_expect_stats(const struct objagg_stats *stats, in __check_expect_stats()
744 const struct objagg_stats *stats; in check_expect_stats() local
860 static void __pr_debug_stats(const struct objagg_stats *stats) in __pr_debug_stats()
874 const struct objagg_stats *stats; in pr_debug_stats() local
885 const struct objagg_stats *stats; in pr_debug_hints_stats() local
898 const struct objagg_stats *stats; in check_expect_hints_stats() local
/linux/include/linux/sunrpc/
H A Dmetrics.h97 struct rpc_iostats *stats) {} in rpc_count_iostats()
99 struct rpc_iostats *stats) in rpc_count_iostats_metrics()
104 static inline void rpc_free_iostats(struct rpc_iostats *stats) {} in rpc_free_iostats()
/linux/fs/xfs/
H A Dxfs_stats.c10 static int counter_val(struct xfsstats __percpu *stats, int idx) in counter_val()
19 int xfs_stats_format(struct xfsstats __percpu *stats, char *buf) in xfs_stats_format()
96 void xfs_stats_clearall(struct xfsstats __percpu *stats) in xfs_stats_clearall()
/linux/drivers/md/
H A Ddm-stats.c194 int dm_stats_init(struct dm_stats *stats) in dm_stats_init()
215 void dm_stats_cleanup(struct dm_stats *stats) in dm_stats_cleanup()
244 static void dm_stats_recalc_precise_timestamps(struct dm_stats *stats) in dm_stats_recalc_precise_timestamps()
260 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end, in dm_stats_create()
436 static struct dm_stat *__dm_stats_find(struct dm_stats *stats, int id) in __dm_stats_find()
450 static int dm_stats_delete(struct dm_stats *stats, int id) in dm_stats_delete()
488 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list()
672 void dm_stats_account_io(struct dm_stats *stats, unsigned long bi_rw, in dm_stats_account_io()
810 static int dm_stats_clear(struct dm_stats *stats, int id) in dm_stats_clear()
853 static int dm_stats_print(struct dm_stats *stats, int id, in dm_stats_print()
[all …]
/linux/kernel/sched/
H A Dstats.c7 struct sched_statistics *stats) in __update_stats_wait_start() argument
21 struct sched_statistics *stats) in __update_stats_wait_end() argument
48 __update_stats_enqueue_sleeper(struct rq * rq,struct task_struct * p,struct sched_statistics * stats) __update_stats_enqueue_sleeper() argument
[all...]
/linux/include/net/
H A Dcodel_impl.h69 static void codel_stats_init(struct codel_stats *stats) in codel_stats_init()
108 struct codel_stats *stats, in codel_should_drop()
150 struct codel_stats *stats, in codel_dequeue()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_stats.h18 struct intel_engine_execlists_stats *stats = &engine->stats.execlists; in intel_engine_context_in() local
41 struct intel_engine_execlists_stats *stats = &engine->stats.execlists; in intel_engine_context_out() local

12345678910>>...36