Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-cgroup-rwstat.h Create Date:2022-07-28 17:41:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blkg_rwstat_read_counter

Proto:static inline u64 blkg_rwstat_read_counter(struct blkg_rwstat *rwstat, unsigned int idx)

Type:u64

Parameter:

TypeParameterName
struct blkg_rwstat *rwstat
unsigned intidx
38  Return atomic64_read( & aux_cnt[idx]) + percpu_counter_sum_positive( & cpu_cnt[idx])
Caller
NameDescribe
blkg_rwstat_recursive_sumlkg_rwstat_recursive_sum - collect hierarchical blkg_rwstat*@blkg: blkg of interest*@pol: blkcg_policy which contains the blkg_rwstat*@off: offset to the blkg_rwstat in blkg_policy_data or @blkg*@sum: blkg_rwstat_sample structure containing the results*