Home
last modified time | relevance | path

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

1234

/linux-4.19.296/drivers/cpufreq/
Dcpufreq_stats.c30 static void cpufreq_stats_update(struct cpufreq_stats *stats) in cpufreq_stats_update()
40 static void cpufreq_stats_clear_table(struct cpufreq_stats *stats) in cpufreq_stats_clear_table()
57 struct cpufreq_stats *stats = policy->stats; in show_time_in_state() local
83 struct cpufreq_stats *stats = policy->stats; in show_trans_table() local
145 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
156 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table() local
173 struct cpufreq_stats *stats; in cpufreq_stats_create_table() local
228 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_record_transition() local
/linux-4.19.296/fs/ocfs2/
Dblockcheck.c250 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
264 static int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
300 static inline int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
306 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
312 int ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install()
318 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove()
323 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check()
339 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure()
355 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover()
422 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate()
[all …]
Dsuper.c757 struct ocfs2_blockcheck_stats *stats) in ocfs2_sb_probe()
1013 struct ocfs2_blockcheck_stats stats; in ocfs2_fill_super() local
2053 struct ocfs2_blockcheck_stats *stats) in ocfs2_initialize_super()
2374 struct ocfs2_blockcheck_stats *stats) in ocfs2_verify_volume()
/linux-4.19.296/include/linux/sunrpc/
Dmetrics.h92 struct rpc_iostats *stats) {} in rpc_count_iostats()
94 struct rpc_iostats *stats) in rpc_count_iostats_metrics()
99 static inline void rpc_free_iostats(struct rpc_iostats *stats) {} in rpc_free_iostats()
/linux-4.19.296/fs/xfs/
Dxfs_stats.c11 static int counter_val(struct xfsstats __percpu *stats, int idx) in counter_val()
20 int xfs_stats_format(struct xfsstats __percpu *stats, char *buf) in xfs_stats_format()
88 void xfs_stats_clearall(struct xfsstats __percpu *stats) in xfs_stats_clearall()
Dxfs_sysfs.c216 struct xstats *stats = to_xstats(kobject); in stats_show() local
230 struct xstats *stats = to_xstats(kobject); in stats_clear_store() local
/linux-4.19.296/include/linux/
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()
Duwb.h765 struct stats { struct
772 void stats_init(struct stats *stats) in stats_init()
779 void stats_add_sample(struct stats *stats, s8 sample) in stats_add_sample()
810 static inline ssize_t stats_show(struct stats *stats, char *buf) in stats_show()
824 static inline ssize_t stats_store(struct stats *stats, const char *buf, in stats_store()
Dlp.h56 struct lp_stats stats; member
Datmdev.h111 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ member
160 struct k_atm_dev_stats stats; /* statistics */ member
/linux-4.19.296/include/net/
Dcodel_impl.h65 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()
Dkcm.h69 struct kcm_stats stats; member
108 struct kcm_psock_stats stats; member
146 struct kcm_mux_stats stats; member
170 static inline void aggregate_psock_stats(struct kcm_psock_stats *stats, in aggregate_psock_stats()
184 static inline void aggregate_mux_stats(struct kcm_mux_stats *stats, in aggregate_mux_stats()
Dstrparser.h81 struct strp_stats stats; member
120 static inline void aggregate_strp_stats(struct strp_aggr_stats *stats, in aggregate_strp_stats()
/linux-4.19.296/block/
Dbfq-cgroup.c74 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_group_wait_time() local
85 static void bfqg_stats_end_empty_time(struct bfqg_stats *stats) in bfqg_stats_end_empty_time()
106 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_empty_time() local
125 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_idle_time() local
139 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_set_start_idle_time() local
147 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_avg_queue_size() local
177 struct bfqg_stats *stats = &bfqg->stats; in bfqg_stats_update_completion() local
284 static void bfqg_stats_reset(struct bfqg_stats *stats) in bfqg_stats_reset()
365 static void bfqg_stats_exit(struct bfqg_stats *stats) in bfqg_stats_exit()
382 static int bfqg_stats_init(struct bfqg_stats *stats, gfp_t gfp) in bfqg_stats_init()
Dblk-stat.c196 struct blk_queue_stats *stats; in blk_alloc_queue_stats() local
209 void blk_free_queue_stats(struct blk_queue_stats *stats) in blk_free_queue_stats()
Dcfq-iosched.c307 struct cfqg_stats stats; /* stats for this cfqg */ member
510 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_group_wait_time() local
521 static void cfqg_stats_end_empty_time(struct cfqg_stats *stats) in cfqg_stats_end_empty_time()
542 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_empty_time() local
561 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_idle_time() local
575 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_set_start_idle_time() local
585 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_avg_queue_size() local
596 static inline void cfqg_stats_end_empty_time(struct cfqg_stats *stats) { } in cfqg_stats_end_empty_time()
708 struct cfqg_stats *stats = &cfqg->stats; in cfqg_stats_update_completion() local
720 static void cfqg_stats_reset(struct cfqg_stats *stats) in cfqg_stats_reset()
[all …]
/linux-4.19.296/fs/cachefiles/
Dbind.c89 struct kstatfs stats; in cachefiles_daemon_add_cache() local
/linux-4.19.296/fs/nfs/
Diostat.h71 static inline void nfs_free_iostats(struct nfs_iostats __percpu *stats) in nfs_free_iostats()
/linux-4.19.296/include/net/netfilter/
Dnf_conntrack_synproxy.h55 struct synproxy_stats __percpu *stats; member
/linux-4.19.296/drivers/cpuidle/governors/
Dladder.c36 } stats; member
/linux-4.19.296/fs/jbd2/
Dcheckpoint.c550 struct transaction_chp_stats_s *stats; in __jbd2_journal_remove_checkpoint() local
/linux-4.19.296/drivers/media/dvb-frontends/
Dtc90522.c199 struct dtv_fe_stats *stats; in tc90522s_get_frontend() local
334 struct dtv_fe_stats *stats; in tc90522t_get_frontend() local
/linux-4.19.296/fs/ext4/
Dialloc.c372 int flex_size, struct orlov_stats *stats) in get_orlov_stats()
433 struct orlov_stats stats; in find_group_orlov() local
/linux-4.19.296/fs/nilfs2/
Dbtree.c1060 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_insert()
1233 struct nilfs_bmap_stats stats; in nilfs_btree_insert() local
1433 struct nilfs_bmap_stats *stats, in nilfs_btree_prepare_delete()
1584 struct nilfs_bmap_stats stats; in nilfs_btree_delete() local
1741 struct nilfs_bmap_stats *stats) in nilfs_btree_prepare_convert_and_insert()
1872 struct nilfs_bmap_stats stats; in nilfs_btree_convert_and_insert() local
/linux-4.19.296/drivers/iio/adc/
Dfsl-imx25-gcq.c78 u32 stats; in mx25_gcq_irq() local

1234