函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:check

函数原型:static int __init check(struct debug_el *ela, struct debug_el *elb)

返回类型:int

参数:

类型参数名称
struct debug_el *ela
struct debug_el *elb
34  如果serial大于等于 including head
35  打印错误信息("error: incorrect serial %d\n", serial)
36  返回:负EINVAL
38  如果serial大于等于 including head
39  打印错误信息("error: incorrect serial %d\n", serial)
40  返回:负EINVAL
42  如果Array, containing pointers to all elements in the test list [serial]不等于elaArray, containing pointers to all elements in the test list [serial]不等于elb
43  打印错误信息("error: phantom element\n")
44  返回:负EINVAL
46  如果poison1不等于TEST_POISON1poison2不等于TEST_POISON2
47  打印错误信息("error: bad poison: %#x/%#x\n", poison1, poison2)
49  返回:负EINVAL
51  如果poison1不等于TEST_POISON1poison2不等于TEST_POISON2
52  打印错误信息("error: bad poison: %#x/%#x\n", poison1, poison2)
54  返回:负EINVAL
56  返回:0
调用者
名称描述
cmp
list_sort_test
check_augmented
rbtree_test_init