函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-cgroup-rwstat.c Create Date:2022-07-27 19:16:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:blkg_rwstat_init

函数原型:int blkg_rwstat_init(struct blkg_rwstat *rwstat, gfp_t gfp)

返回类型:int

参数:

类型参数名称
struct blkg_rwstat *rwstat
gfp_tgfp
12 i小于BLKG_RWSTAT_NR循环
13  ret等于percpu_counter_init( & cpu_cnt[i], 0, gfp)
14  如果ret
15 i先自减大于等于0循环
17  返回:ret
19  atomic64_set( & aux_cnt[i], 0)
21  返回:0
调用者
名称描述
throtl_pd_alloc