Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parity

Proto:static int __init parity(u8 v)

Type:int

Parameter:

TypeParameterName
u8v
25  x = 0
28  When i < 8 cycle
29  x ^= v & 1
30  v >>= 1
33  Return x
Caller
NameDescribe
sbf_write
sbf_value_valid