函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:power_of_ten

函数原型:static u64 power_of_ten(int power)

返回类型:u64

参数:

类型参数名称
intpower
6184  v等于1
6185 power自减循环
6186  v乘等于10
6187  返回:v
调用者
名称描述
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