函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Process kernel command-line parameter at boot time.* audit_backlog_limit=<n>

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

返回类型:int

参数:

类型参数名称
char *str
1650  打印信息("audit_backlog_limit: ")
1651  如果kstrtouint - convert a string to an unsigned int*@s: The start of the string. The string must be null-terminated, and may also* include a single newline before its terminating null. The first character* may also be a plus sign, but not a minus sign.
1652  打印标准信息("using default of %u, unable to parse %s\n", Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. , str)
1654  返回:1
1657  Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. 等于audit_backlog_limit_arg
1658  打印标准信息("%d\n", Number of outstanding audit_buffers allowed.* When set to zero, this means unlimited. )
1660  返回:1