Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Use our own, non-instrumented version of memcmp().* We actually don't care about the order, just the equality.

Proto:static inline int stackdepot_memcmp(const unsigned long *u1, const unsigned long *u2, unsigned int n)

Type:int

Parameter:

TypeParameterName
const unsigned long *u1
const unsigned long *u2
unsigned intn
169  When n-- cycle
170  If u1 != u2 Then Return 1
173  Return 0
Caller
NameDescribe
find_stack