函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__blkg_prfill_u64 - prfill helper for a single u64 value*@sf: seq_file to print to*@pd: policy private data of interest*@v: value to print* Print @v to @sf for the device assocaited with @pd.

函数原型:u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v)

返回类型:u64

参数:

类型参数名称
struct seq_file *sf
struct blkg_policy_data *pd
u64v
554  dname等于blkg_dev_name(he blkg and policy id this per-policy data belongs to )
556  如果非dname则返回:0
559  seq_printf(sf, "%s %llu\n", dname, (unsignedlonglong)v)
560  返回:v
调用者
名称描述
tg_prfill_conf_u64
tg_prfill_conf_uint