Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:power_of_ten

Proto:static u64 power_of_ten(int power)

Type:u64

Parameter:

TypeParameterName
intpower
6184  v = 1
6185  When power-- cycle
6186  v *= 10
6187  Return v
Caller
NameDescribe
cgroup_parse_floatgroup_parse_float - parse a floating number*@input: input string*@dec_shift: number of decimal digits to shift*@v: output* Parse a decimal floating point number in @input and store the result in*@v with decimal point right shifted @dec_shift times