Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__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.

Proto:u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v)

Type:u64

Parameter:

TypeParameterName
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  If Not dname Then Return 0
559  seq_printf(sf, "%s %llu\n", dname, (unsignedlonglong)v)
560  Return v
Caller
NameDescribe
tg_prfill_conf_u64
tg_prfill_conf_uint