Function report |
Source Code:block\blk-cgroup-rwstat.h |
Create Date:2022-07-28 17:41:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lkg_rwstat_total - read the total count of a blkg_rwstat*@rwstat: blkg_rwstat to read* Return the total count of @rwstat regardless of the IO direction. This* function can be called without synchronization and takes care of u64* atomicity.
Proto:static inline uint64_t blkg_rwstat_total(struct blkg_rwstat *rwstat)
Type:uint64_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct blkg_rwstat * | rwstat |
109 | struct blkg_rwstat_sample tmp = {} |
112 | Return cnt[BLKG_RWSTAT_READ] + cnt[BLKG_RWSTAT_WRITE] |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |