Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:tg_prfill_conf_u64

Proto:static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, int off)

Type:u64

Parameter:

TypeParameterName
struct seq_file *sf
struct blkg_policy_data *pd
intoff
1351  tg = pd_to_tg(pd)
1352  v = *(tg + off)
1354  If v == U64_MAX Then Return 0
1356  Return __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.