Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\842\842_compress.c Create Date:2022-07-28 06:57:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__split_add_bits

Proto:static int __split_add_bits(struct sw842_param *p, u64 d, u8 n, u8 s)

Type:int

Parameter:

TypeParameterName
struct sw842_param *p
u64d
u8n
u8s
158  If n <= s Then Return -EINVAL
161  ret = add_bits(p, d >> s, n - s)
162  If ret Then Return ret
164  Return add_bits(p, d & GENMASK_ULL(s - 1, 0), s)
Caller
NameDescribe
add_bits