函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

函数原型:static inline int stackdepot_memcmp(const unsigned long *u1, const unsigned long *u2, unsigned int n)

返回类型:int

参数:

类型参数名称
const unsigned long *u1
const unsigned long *u2
unsigned intn
169 n自减循环
170  如果u1不等于u2则返回:1
173  返回:0
调用者
名称描述
find_stack