函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Allow boot-time kmemleak disabling (enabled by default).

函数原型:static int __init kmemleak_boot_config(char *str)

返回类型:int

参数:

类型参数名称
char *str
1911  如果非str则返回:负EINVAL
1913  如果字符串比较恒等于0则kmemleak_disable()
1915  否则如果字符串比较恒等于0则setting kmemleak=on, will set this var, skipping the disable 等于1
1917  否则返回:负EINVAL
1919  返回:0