Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:single_bit_flip

Proto:static bool single_bit_flip(unsigned char a, unsigned char b)

Type:bool

Parameter:

TypeParameterName
unsigned chara
unsigned charb
61  error = a ^ b
63  Return error && Not (error & error - 1 )
Caller
NameDescribe
check_poison_mem