/Linux-v5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-stats.c | 25 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 97 struct rkisp1_stats *stats = vq->drv_priv; in rkisp1_stats_vb2_queue_setup() local 138 struct rkisp1_stats *stats = vq->drv_priv; in rkisp1_stats_vb2_stop_streaming() local 158 struct rkisp1_stats *stats = queue->drv_priv; in rkisp1_stats_vb2_start_streaming() local 178 rkisp1_stats_init_vb2_queue(struct vb2_queue *q, struct rkisp1_stats *stats) in rkisp1_stats_init_vb2_queue() 196 static void rkisp1_stats_get_awb_meas(struct rkisp1_stats *stats, in rkisp1_stats_get_awb_meas() 217 static void rkisp1_stats_get_aec_meas(struct rkisp1_stats *stats, in rkisp1_stats_get_aec_meas() 230 static void rkisp1_stats_get_afc_meas(struct rkisp1_stats *stats, in rkisp1_stats_get_afc_meas() 247 static void rkisp1_stats_get_hst_meas(struct rkisp1_stats *stats, in rkisp1_stats_get_hst_meas() [all …]
|
/Linux-v5.10/drivers/infiniband/ulp/rtrs/ |
D | rtrs-clt-stats.c | 17 struct rtrs_clt_stats *stats = sess->stats; in rtrs_clt_update_wc_stats() local 32 void rtrs_clt_inc_failover_cnt(struct rtrs_clt_stats *stats) in rtrs_clt_inc_failover_cnt() 40 int rtrs_clt_stats_migration_cnt_to_str(struct rtrs_clt_stats *stats, in rtrs_clt_stats_migration_cnt_to_str() 70 int rtrs_clt_stats_reconnects_to_str(struct rtrs_clt_stats *stats, char *buf, in rtrs_clt_stats_reconnects_to_str() 78 ssize_t rtrs_clt_stats_rdma_to_str(struct rtrs_clt_stats *stats, in rtrs_clt_stats_rdma_to_str() 109 int rtrs_clt_reset_rdma_stats(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_rdma_stats() 125 int rtrs_clt_reset_cpu_migr_stats(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_cpu_migr_stats() 141 int rtrs_clt_reset_reconnects_stat(struct rtrs_clt_stats *stats, bool enable) in rtrs_clt_reset_reconnects_stat() 164 static inline void rtrs_clt_update_rdma_stats(struct rtrs_clt_stats *stats, in rtrs_clt_update_rdma_stats() 178 struct rtrs_clt_stats *stats = sess->stats; in rtrs_clt_update_all_stats() local [all …]
|
D | rtrs-srv-stats.c | 14 int rtrs_srv_reset_rdma_stats(struct rtrs_srv_stats *stats, bool enable) in rtrs_srv_reset_rdma_stats() 26 ssize_t rtrs_srv_stats_rdma_to_str(struct rtrs_srv_stats *stats, in rtrs_srv_stats_rdma_to_str()
|
/Linux-v5.10/drivers/cpufreq/ |
D | cpufreq_stats.c | 30 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 187 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index() 198 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table() local 215 struct cpufreq_stats *stats; in cpufreq_stats_create_table() local 270 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_record_transition() local
|
/Linux-v5.10/drivers/net/wireless/st/cw1200/ |
D | queue.c | 28 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_lock() local 38 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_unlock() local 66 static void cw1200_queue_post_gc(struct cw1200_queue_stats *stats, in cw1200_queue_post_gc() 92 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_gc() local 141 int cw1200_queue_stats_init(struct cw1200_queue_stats *stats, in cw1200_queue_stats_init() 162 struct cw1200_queue_stats *stats, in cw1200_queue_init() 203 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_clear() local 235 void cw1200_queue_stats_deinit(struct cw1200_queue_stats *stats) in cw1200_queue_stats_deinit() 282 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_put() local 336 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_get() local [all …]
|
/Linux-v5.10/fs/ocfs2/ |
D | blockcheck.c | 234 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove() 242 static void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install() 261 static inline void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install() 266 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove() 272 void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install() 278 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove() 283 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check() 299 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure() 315 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover() 382 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate() [all …]
|
/Linux-v5.10/net/netfilter/ipvs/ |
D | ip_vs_est.c | 57 struct ip_vs_cpu_stats __percpu *stats) in ip_vs_read_cpu_stats() 137 void ip_vs_start_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_start_estimator() 148 void ip_vs_stop_estimator(struct netns_ipvs *ipvs, struct ip_vs_stats *stats) in ip_vs_stop_estimator() 157 void ip_vs_zero_estimator(struct ip_vs_stats *stats) in ip_vs_zero_estimator() 176 void ip_vs_read_estimator(struct ip_vs_kstats *dst, struct ip_vs_stats *stats) in ip_vs_read_estimator()
|
/Linux-v5.10/drivers/staging/fwserial/ |
D | fwserial.h | 163 struct stats { struct 179 void (*stats)(struct stats *stats, void *data); argument 273 struct stats stats; member
|
/Linux-v5.10/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 104 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-v5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 31 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() 124 struct rtnl_link_stats64 *stats) in nfp_repr_get_host_stats64() 156 void *stats) in nfp_repr_get_offload_stats()
|
/Linux-v5.10/kernel/ |
D | taskstats.c | 157 struct task_struct *tsk, struct taskstats *stats) in fill_stats() 179 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid() 191 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid() 389 struct cgroupstats *stats; in cgroupstats_user_cmd() local 480 struct taskstats *stats; in cmd_attr_pid() local 509 struct taskstats *stats; in cmd_attr_tgid() local 553 struct taskstats *stats_new, *stats; in taskstats_tgid_alloc() local 587 struct taskstats *stats; in taskstats_exit() local
|
/Linux-v5.10/samples/bpf/ |
D | cookie_uid_helper_example.c | 58 struct stats { struct 71 sizeof(struct stats), 100, 0); in maps_create() argument
|
/Linux-v5.10/net/sunrpc/ |
D | stats.c | 121 struct rpc_iostats *stats; in rpc_alloc_iostats() local 138 void rpc_free_iostats(struct rpc_iostats *stats) in rpc_free_iostats() 195 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats() 226 static void _print_rpc_iostats(struct seq_file *seq, struct rpc_iostats *stats, in _print_rpc_iostats() 265 struct rpc_iostats stats = {}; in rpc_clnt_show_stats() local
|
/Linux-v5.10/drivers/net/ethernet/arc/ |
D | emac_main.c | 113 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx_clean() local 181 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx() local 275 struct net_device_stats *stats = &ndev->stats; in arc_emac_rx_miss_handle() local 356 struct net_device_stats *stats = &ndev->stats; in arc_emac_intr() local 644 struct net_device_stats *stats = &ndev->stats; in arc_emac_stats() local 680 struct net_device_stats *stats = &ndev->stats; in arc_emac_tx() local 793 struct net_device_stats *stats = &ndev->stats; in arc_emac_restart() local
|
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 47 struct ionic_rx_stats *stats; in ionic_rx_skb_alloc() local 156 struct ionic_rx_stats *stats; in ionic_rx_clean() local 260 struct ionic_rx_stats *stats; in ionic_rx_page_alloc() local 558 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_map_single() local 576 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_map_frag() local 596 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_clean() local 778 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_tso() local 951 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_calc_csum() local 991 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_calc_no_csum() local 1028 struct ionic_tx_stats *stats = q_to_tx_stats(q); in ionic_tx_skb_frags() local [all …]
|
/Linux-v5.10/include/linux/sunrpc/ |
D | metrics.h | 97 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-v5.10/fs/xfs/ |
D | xfs_stats.c | 10 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() 91 void xfs_stats_clearall(struct xfsstats __percpu *stats) in xfs_stats_clearall()
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | debugfs_sta.c | 13 struct ath10k_sta_tid_stats *stats, in ath10k_rx_stats_update_amsdu_subfrm() 29 struct ath10k_sta_tid_stats *stats, in ath10k_rx_stats_update_ampdu_subfrm() 89 struct ath10k_sta_tid_stats *stats; in ath10k_sta_update_rx_tid_stats() local 129 struct ath10k_fw_stats *stats) in ath10k_sta_update_extd_stats_rx_duration() 148 struct ath10k_fw_stats *stats) in ath10k_sta_update_stats_rx_duration() 167 struct ath10k_fw_stats *stats) in ath10k_sta_update_rx_duration() 569 struct ath10k_sta_tid_stats *stats = arsta->tid_stats; in ath10k_dbg_sta_read_tid_stats() local 652 struct ath10k_htt_data_stats *stats; in ath10k_dbg_sta_dump_tx_stats() local
|
/Linux-v5.10/include/net/ |
D | codel_impl.h | 65 static void codel_stats_init(struct codel_stats *stats) in codel_stats_init() 104 struct codel_stats *stats, in codel_should_drop() 146 struct codel_stats *stats, in codel_dequeue()
|
/Linux-v5.10/lib/ |
D | test_objagg.c | 228 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-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac5.c | 23 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() 244 struct stmmac_safety_stats *stats) in dwmac5_safety_feat_irq_status() 288 int dwmac5_safety_feat_dump(struct stmmac_safety_stats *stats, in dwmac5_safety_feat_dump()
|
/Linux-v5.10/include/linux/ |
D | tsacct_kern.h | 20 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()
|
/Linux-v5.10/tools/perf/util/ |
D | stat.h | 15 struct stats { struct 16 double n, mean, M2; 17 u64 max, min; 135 struct runtime_stat *stats; member 158 static inline void init_stats(struct stats *stats) in init_stats()
|
/Linux-v5.10/arch/mips/sibyte/common/ |
D | bus_watcher.c | 102 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
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 81 int qidx, stats; in otx2_get_qset_strings() local 102 int stats; in otx2_get_strings() local 134 struct ethtool_stats *stats, u64 **data) in otx2_get_qset_stats() 165 struct ethtool_stats *stats, u64 *data) in otx2_get_ethtool_stats() 745 int stats; in otx2vf_get_strings() local 767 struct ethtool_stats *stats, u64 *data) in otx2vf_get_ethtool_stats()
|