函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_overflow.c Create Date:2022-07-27 07:28:46
Last Modify:2022-05-18 10:03:51 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:test_module_init

函数原型:static int __init test_module_init(void)

返回类型:int

参数:

597  err等于0
599  err或等于test_overflow_calculation()
600  err或等于test_overflow_shift()
601  err或等于Allocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | |
603  如果err
604  打印警告信息("FAIL!\n")
605  err等于负EINVAL
606  否则
607  打印信息("all tests passed\n")
610  返回:err